Passed
Push — feature/issue-601-unused-prope... ( eaf05f...8392ca )
by Kyle
07:11
created
src/main/php/PHPMD/Rule/AbstractLocalVariable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
      *
184 184
      * Prefix self:: and static:: properties with "::".
185 185
      *
186
-     * @param ASTVariable|ASTPropertyPostfix|ASTVariableDeclarator $variable
186
+     * @param ASTNode $variable
187 187
      * @return string
188 188
      */
189 189
     protected function getVariableImage($variable)
Please login to merge, or discard this patch.