Completed
Push — WAIT-482+1/feature/better-code... ( 6e98e2 )
by Juliette
03:58 queued 02:10
created
PHPCompatibility/Sniffs/PHP/ForbiddenNamesAsDeclaredSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -582,7 +582,7 @@
 block discarded – undo
582 582
     /**
583 583
      * Returns an array of tokens this test wants to listen for.
584 584
      *
585
-     * @return array
585
+     * @return integer[]
586 586
      */
587 587
     public function register()
588 588
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewNowdocQuotedHeredocSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -582,7 +582,7 @@
 block discarded – undo
582 582
     /**
583 583
      * Returns an array of tokens this test wants to listen for.
584 584
      *
585
-     * @return array
585
+     * @return integer[]
586 586
      */
587 587
     public function register()
588 588
     {
Please login to merge, or discard this patch.