Completed
Push — master ( 34f726...1aa230 )
by Kyle
28:16 queued 13:17
created
src/main/php/PDepend/Source/AST/AbstractASTCallable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -484,7 +484,7 @@
 block discarded – undo
484 484
      * gets serialized. It returns an array with those properties that should be
485 485
      * cached for all callable instances.
486 486
      *
487
-     * @return array
487
+     * @return string[]
488 488
      * @since  0.10.0
489 489
      */
490 490
     public function __sleep()
Please login to merge, or discard this patch.
src/main/php/PDepend/Source/AST/AbstractASTType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -479,7 +479,7 @@
 block discarded – undo
479 479
      * names of all those properties that should be cached for this class or
480 480
      * interface instance.
481 481
      *
482
-     * @return array
482
+     * @return string[]
483 483
      */
484 484
     public function __sleep()
485 485
     {
Please login to merge, or discard this patch.
src/main/php/PDepend/Source/AST/ASTCompilationUnit.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     /**
217 217
      * Sets the tokens for this file.
218 218
      *
219
-     * @param array<array> $tokens The generated tokens.
219
+     * @param integer[] $tokens The generated tokens.
220 220
      *
221 221
      * @return void
222 222
      */
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
      * before it serializes an instance of this class. This method returns an
301 301
      * array with those property names that should be serialized.
302 302
      *
303
-     * @return array<string>
303
+     * @return string[]
304 304
      * @since  0.10.0
305 305
      */
306 306
     public function __sleep()
Please login to merge, or discard this patch.