Completed
Push — master ( efa94f...ef7f04 )
by Juliette
15s
created
Sniffs/FunctionUse/RequiredToOptionalFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Returns an array of tokens this test wants to listen for.
64 64
      *
65
-     * @return array
65
+     * @return integer[]
66 66
      */
67 67
     public function register()
68 68
     {
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Get an array of the non-PHP-version array keys used in a sub-array.
168 168
      *
169
-     * @return array
169
+     * @return string[]
170 170
      */
171 171
     protected function getNonVersionArrayKeys()
172 172
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/IniDirectives/NewIniDirectivesSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Returns an array of tokens this test wants to listen for.
64 64
      *
65
-     * @return array
65
+     * @return integer[]
66 66
      */
67 67
     public function register()
68 68
     {
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Get an array of the non-PHP-version array keys used in a sub-array.
168 168
      *
169
-     * @return array
169
+     * @return string[]
170 170
      */
171 171
     protected function getNonVersionArrayKeys()
172 172
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/LanguageConstructs/NewLanguageConstructsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
     /**
302 302
      * Get an array of the non-PHP-version array keys used in a sub-array.
303 303
      *
304
-     * @return array
304
+     * @return string[]
305 305
      */
306 306
     protected function getNonVersionArrayKeys()
307 307
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Operators/NewOperatorsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
     /**
302 302
      * Get an array of the non-PHP-version array keys used in a sub-array.
303 303
      *
304
-     * @return array
304
+     * @return string[]
305 305
      */
306 306
     protected function getNonVersionArrayKeys()
307 307
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Operators/NewShortTernarySniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Returns an array of tokens this test wants to listen for.
31 31
      *
32
-     * @return array
32
+     * @return string[]
33 33
      */
34 34
     public function register()
35 35
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Syntax/NewShortArraySniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Returns an array of tokens this test wants to listen for.
31 31
      *
32
-     * @return array
32
+     * @return string[]
33 33
      */
34 34
     public function register()
35 35
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/TypeCasts/NewTypeCastsSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Returns an array of tokens this test wants to listen for.
64 64
      *
65
-     * @return array
65
+     * @return integer[]
66 66
      */
67 67
     public function register()
68 68
     {
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Get an array of the non-PHP-version array keys used in a sub-array.
168 168
      *
169
-     * @return array
169
+     * @return string[]
170 170
      */
171 171
     protected function getNonVersionArrayKeys()
172 172
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/TypeCasts/RemovedTypeCastsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
     /**
302 302
      * Get an array of the non-PHP-version array keys used in a sub-array.
303 303
      *
304
-     * @return array
304
+     * @return string[]
305 305
      */
306 306
     protected function getNonVersionArrayKeys()
307 307
     {
Please login to merge, or discard this patch.