Completed
Push — master ( 5875b6...d65a71 )
by brian
01:43
created
src/Parser/Parser.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Parse a simple (single token) type.
72 72
      *
73
-     * @param Token $tokenList
73
+     * @param Token $token
74 74
      * @param int $tokenOffset Tracks offset when iterating through token list.
75 75
      * @return Type
76 76
      */
@@ -241,9 +241,7 @@  discard block
 block discarded – undo
241 241
     /**
242 242
      * Parse a property of a PHP-serialized object.
243 243
      *
244
-     * @param Token[] $tokenList
245
-     * @param int $tokenOffset Tracks offset when iterating through token list.
246
-     * @return Type
244
+     * @return ObjectProperty
247 245
      */
248 246
     private function parseProperty(
249 247
         string $className,
Please login to merge, or discard this patch.