Passed
Push — master ( c826a7...1a0ddb )
by Kyle
52s queued 10s
created
src/main/php/PHPMD/AbstractNode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Searches recursive for all children of this node that are of variable.
143 143
      *
144
-     * @return ASTVariable[]
144
+     * @return ASTNode[]
145 145
      * @todo Cover by a test.
146 146
      */
147 147
     public function findChildrenOfTypeVariable()
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
      * <b>null</b> when no such metric exists.
241 241
      *
242 242
      * @param string $name The metric name or abbreviation.
243
-     * @return mixed
243
+     * @return AbstractNode
244 244
      */
245 245
     public function getMetric($name)
246 246
     {
Please login to merge, or discard this patch.