Completed
Pull Request — master (#291)
by Juliette
02:26
created
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.
Sniffs/PHP/RemovedFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Returns an array of tokens this test wants to listen for.
61 61
      *
62
-     * @return array
62
+     * @return integer[]
63 63
      */
64 64
     public function register()
65 65
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Get an array of the non-PHP-version array keys used in a sub-array.
143 143
      *
144
-     * @return array
144
+     * @return string[]
145 145
      */
146 146
     protected function getNonVersionArrayKeys()
147 147
     {
Please login to merge, or discard this patch.
Sniffs/PHP/RequiredOptionalFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Returns an array of tokens this test wants to listen for.
51 51
      *
52
-     * @return array
52
+     * @return integer[]
53 53
      */
54 54
     public function register()
55 55
     {
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     /**
147 147
      * Get an array of the non-PHP-version array keys used in a sub-array.
148 148
      *
149
-     * @return array
149
+     * @return string[]
150 150
      */
151 151
     protected function getNonVersionArrayKeys()
152 152
     {
Please login to merge, or discard this patch.