Completed
Push — feature/fix-102-107-directory-... ( 03cc32...509673 )
by Juliette
04:37 queued 02:26
created
PHPCompatibility/Sniffs/PHP/ForbiddenClosureUseVariableNamesSniff.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/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/NewFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
     /**
735 735
      * Returns an array of tokens this test wants to listen for.
736 736
      *
737
-     * @return array
737
+     * @return integer[]
738 738
      */
739 739
     public function register()
740 740
     {
@@ -816,7 +816,7 @@  discard block
 block discarded – undo
816 816
     /**
817 817
      * Get an array of the non-PHP-version array keys used in a sub-array.
818 818
      *
819
-     * @return array
819
+     * @return string[]
820 820
      */
821 821
     protected function getNonVersionArrayKeys()
822 822
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewHeredocInitializeSniff.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.
PHPCompatibility/Sniffs/PHP/RemovedFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
     /**
735 735
      * Returns an array of tokens this test wants to listen for.
736 736
      *
737
-     * @return array
737
+     * @return integer[]
738 738
      */
739 739
     public function register()
740 740
     {
@@ -816,7 +816,7 @@  discard block
 block discarded – undo
816 816
     /**
817 817
      * Get an array of the non-PHP-version array keys used in a sub-array.
818 818
      *
819
-     * @return array
819
+     * @return string[]
820 820
      */
821 821
     protected function getNonVersionArrayKeys()
822 822
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/RequiredOptionalFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
     /**
735 735
      * Returns an array of tokens this test wants to listen for.
736 736
      *
737
-     * @return array
737
+     * @return integer[]
738 738
      */
739 739
     public function register()
740 740
     {
@@ -816,7 +816,7 @@  discard block
 block discarded – undo
816 816
     /**
817 817
      * Get an array of the non-PHP-version array keys used in a sub-array.
818 818
      *
819
-     * @return array
819
+     * @return string[]
820 820
      */
821 821
     protected function getNonVersionArrayKeys()
822 822
     {
Please login to merge, or discard this patch.