Completed
Push — master ( 1f3765...9fb324 )
by Juliette
18s queued 10s
created
PHPCompatibility/Sniffs/Keywords/NewKeywordsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -320,7 +320,7 @@
 block discarded – undo
320 320
      *
321 321
      * @since 7.1.0
322 322
      *
323
-     * @return array
323
+     * @return string[]
324 324
      */
325 325
     protected function getNonVersionArrayKeys()
326 326
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/LanguageConstructs/NewEmptyNonVariableSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      *
38 38
      * @since 7.0.4
39 39
      *
40
-     * @return array
40
+     * @return integer[]
41 41
      */
42 42
     public function register()
43 43
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Lists/NewShortListSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @since 9.0.0
37 37
      *
38
-     * @return array
38
+     * @return string[]
39 39
      */
40 40
     public function register()
41 41
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Operators/ForbiddenNegativeBitshiftSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * @since 7.0.0
52 52
      * @since 8.2.0 Now registers all bitshift tokens, not just bitshift right (`T_SR`).
53 53
      *
54
-     * @return array
54
+     * @return integer[]
55 55
      */
56 56
     public function register()
57 57
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Syntax/NewClassMemberAccessSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      *
79 79
      * @since 8.2.0
80 80
      *
81
-     * @return array
81
+     * @return integer[]
82 82
      */
83 83
     public function register()
84 84
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Syntax/NewFunctionCallTrailingCommaSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      *
79 79
      * @since 8.2.0
80 80
      *
81
-     * @return array
81
+     * @return integer[]
82 82
      */
83 83
     public function register()
84 84
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/TypeCasts/NewTypeCastsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
      *
159 159
      * @since 8.0.1
160 160
      *
161
-     * @return array
161
+     * @return string[]
162 162
      */
163 163
     protected function getNonVersionArrayKeys()
164 164
     {
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
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      *
33 33
      * @since 7.1.2
34 34
      *
35
-     * @return array
35
+     * @return integer[]
36 36
      */
37 37
     public function register()
38 38
     {
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
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      * @since 5.5
102 102
      * @since 7.0
103 103
      *
104
-     * @return array
104
+     * @return integer[]
105 105
      */
106 106
     public function register()
107 107
     {
Please login to merge, or discard this patch.