Completed
Push — master ( 1f3765...9fb324 )
by Juliette
18s queued 10s
created
Sniffs/ControlStructures/ForbiddenBreakContinueVariableArgumentsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @since 5.5
54 54
      *
55
-     * @return array
55
+     * @return integer[]
56 56
      */
57 57
     public function register()
58 58
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/ControlStructures/NewExecutionDirectivesSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      *
85 85
      * @since 7.0.3
86 86
      *
87
-     * @return array
87
+     * @return integer[]
88 88
      */
89 89
     public function register()
90 90
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
      *
196 196
      * @since 7.1.0
197 197
      *
198
-     * @return array
198
+     * @return string[]
199 199
      */
200 200
     protected function getNonVersionArrayKeys()
201 201
     {
Please login to merge, or discard this patch.
Sniffs/ControlStructures/NewForeachExpressionReferencingSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      *
34 34
      * @since 9.0.0
35 35
      *
36
-     * @return array
36
+     * @return integer[]
37 37
      */
38 38
     public function register()
39 39
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/FunctionDeclarations/NewClosureSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      *
45 45
      * @since 7.0.0
46 46
      *
47
-     * @return array
47
+     * @return string[]
48 48
      */
49 49
     public function register()
50 50
     {
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
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      *
105 105
      * @since 7.0.4
106 106
      *
107
-     * @return array
107
+     * @return integer[]
108 108
      */
109 109
     public function register()
110 110
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
      *
165 165
      * @since 7.1.0
166 166
      *
167
-     * @return array
167
+     * @return string[]
168 168
      */
169 169
     protected function getNonVersionArrayKeys()
170 170
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/FunctionUse/ArgumentFunctionsUsageSniff.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/FunctionUse/NewFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -946,7 +946,7 @@  discard block
 block discarded – undo
946 946
      *
947 947
      * @since 7.0.0
948 948
      *
949
-     * @return array
949
+     * @return integer[]
950 950
      */
951 951
     public function register()
952 952
     {
@@ -1033,7 +1033,7 @@  discard block
 block discarded – undo
1033 1033
      *
1034 1034
      * @since 7.1.0
1035 1035
      *
1036
-     * @return array
1036
+     * @return string[]
1037 1037
      */
1038 1038
     protected function getNonVersionArrayKeys()
1039 1039
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/FunctionUse/NewFunctionsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1922,7 +1922,7 @@
 block discarded – undo
1922 1922
      *
1923 1923
      * @since 5.6
1924 1924
      *
1925
-     * @return array
1925
+     * @return integer[]
1926 1926
      */
1927 1927
     public function register()
1928 1928
     {
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
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
677 677
      *
678 678
      * @since 5.5
679 679
      *
680
-     * @return array
680
+     * @return integer[]
681 681
      */
682 682
     public function register()
683 683
     {
@@ -755,7 +755,7 @@  discard block
 block discarded – undo
755 755
      *
756 756
      * @since 7.1.0
757 757
      *
758
-     * @return array
758
+     * @return string[]
759 759
      */
760 760
     protected function getNonVersionArrayKeys()
761 761
     {
Please login to merge, or discard this patch.