jenkins-bot has submitted this change and it was merged.

Change subject: fix GenericObject::checkArguments() (v 3.10.3)
......................................................................


fix GenericObject::checkArguments() (v 3.10.3)

Change-Id: I7fe524bca0b78bf96a844937846bfb9776a97d58
---
M includes/GenericObject.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pastakhov: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/GenericObject.php b/includes/GenericObject.php
index c0994f0..d7569dc 100644
--- a/includes/GenericObject.php
+++ b/includes/GenericObject.php
@@ -93,7 +93,7 @@
                Runtime::$transit[PHPTAGS_TRANSIT_EXCEPTION][] = new 
PhpTagsException( $exception, $arguments );
        }
 
-       public static function checkArguments( $object, $method, &$arguments, 
$expects = false ) {
+       public static function checkArguments( $object, $method, $arguments, 
$expects = false ) {
                if ( false === $expects ) {
                        return true;
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/172505
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7fe524bca0b78bf96a844937846bfb9776a97d58
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PhpTags
Gerrit-Branch: master
Gerrit-Owner: Pastakhov <[email protected]>
Gerrit-Reviewer: Pastakhov <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to