Passed
Push — master ( 49efe8...42932c )
by Kyle
02:26 queued 11s
created
src/main/php/PHPMD/Rule/AbstractLocalVariable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
     /**
250 250
      * Return true if the given variable is passed by reference in a native PHP function.
251 251
      *
252
-     * @param ASTVariable|ASTPropertyPostfix|ASTVariableDeclarator $variable
252
+     * @param ASTVariable $variable
253 253
      * @return bool
254 254
      */
255 255
     protected function isPassedByReference($variable)
Please login to merge, or discard this patch.