Completed
Push — master ( a898db...2b63c5 )
by Juliette
20s
created
PHPCompatibility/Sniffs/Variables/ForbiddenGlobalVariableVariableSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Returns an array of tokens this test wants to listen for.
50 50
      *
51
-     * @return array
51
+     * @return integer[]
52 52
      */
53 53
     public function register()
54 54
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Variables/NewUniformVariableSyntaxSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Returns an array of tokens this test wants to listen for.
50 50
      *
51
-     * @return array
51
+     * @return integer[]
52 52
      */
53 53
     public function register()
54 54
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Variables/RemovedPredefinedGlobalVariablesSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Returns an array of tokens this test wants to listen for.
50 50
      *
51
-     * @return array
51
+     * @return integer[]
52 52
      */
53 53
     public function register()
54 54
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/FunctionNameRestrictions/NewMagicMethodsSniff.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/FunctionUse/NewFunctionParametersSniff.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/FunctionUse/RemovedFunctionParametersSniff.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.
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.