Completed
Push — master ( 5e9100...07fd79 )
by Marc
17:38 queued 02:37
created
src/main/php/PDepend/Source/Language/PHP/AbstractPHPParser.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -454,7 +454,7 @@  discard block
 block discarded – undo
454 454
      * Tests if the given token type is a reserved keyword in the supported PHP
455 455
      * version.
456 456
      *
457
-     * @param  $tokenType
457
+     * @param  integer $tokenType
458 458
      * @return boolean
459 459
      * @since 1.1.1
460 460
      */
@@ -943,7 +943,7 @@  discard block
 block discarded – undo
943 943
      * method.
944 944
      *
945 945
      * @param  integer $modifiers
946
-     * @return \PDepend\Source\AST\ASTMethod|\PDepend\Source\AST\ASTFieldDeclaration
946
+     * @return ASTNode
947 947
      * @since 0.9.6
948 948
      */
949 949
     private function parseMethodOrFieldDeclaration($modifiers = 0)
@@ -2611,7 +2611,7 @@  discard block
 block discarded – undo
2611 2611
      * This method optionally parses an expression node and returns it. When no
2612 2612
      * expression was found this method will return <b>null</b>.
2613 2613
      *
2614
-     * @return \PDepend\Source\AST\ASTNode
2614
+     * @return null|ASTExpression
2615 2615
      * @throws \PDepend\Source\Parser\ParserException
2616 2616
      * @since 0.9.6
2617 2617
      */
@@ -6727,7 +6727,7 @@  discard block
 block discarded – undo
6727 6727
      * doc comment information. The returned value will be <b>null</b> when no
6728 6728
      * type information exists.
6729 6729
      *
6730
-     * @return \PDepend\Source\AST\ASTType
6730
+     * @return ASTNode
6731 6731
      * @since 0.9.6
6732 6732
      */
6733 6733
     private function parseFieldDeclarationType()
Please login to merge, or discard this patch.