Completed
Push — master ( 1f3765...9fb324 )
by Juliette
18s queued 10s
created
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.
PHPCompatibility/Sniffs/Constants/RemovedConstantsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3689,7 +3689,7 @@
 block discarded – undo
3689 3689
      *
3690 3690
      * @since 8.1.0
3691 3691
      *
3692
-     * @return array
3692
+     * @return integer[]
3693 3693
      */
3694 3694
     public function register()
3695 3695
     {
Please login to merge, or discard this patch.
Sniffs/ControlStructures/ForbiddenBreakContinueOutsideLoopSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      *
32 32
      * @since 7.0.7
33 33
      *
34
-     * @return array
34
+     * @return integer[]
35 35
      */
36 36
     public function register()
37 37
     {
Please login to merge, or discard this patch.
Sniffs/ControlStructures/ForbiddenSwitchWithMultipleDefaultBlocksSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      *
47 47
      * @since 7.0.0
48 48
      *
49
-     * @return array
49
+     * @return integer[]
50 50
      */
51 51
     public function register()
52 52
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/ControlStructures/NewListInForeachSniff.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/ControlStructures/NewMultiCatchSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      *
32 32
      * @since 7.0.7
33 33
      *
34
-     * @return array
34
+     * @return integer[]
35 35
      */
36 36
     public function register()
37 37
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/Extensions/RemovedExtensionsSniff.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.
Sniffs/FunctionDeclarations/ForbiddenVariableNamesInClosureUseSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      *
37 37
      * @since 7.1.4
38 38
      *
39
-     * @return array
39
+     * @return integer[]
40 40
      */
41 41
     public function register()
42 42
     {
Please login to merge, or discard this patch.
Sniffs/FunctionNameRestrictions/RemovedMagicAutoloadSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3689,7 +3689,7 @@
 block discarded – undo
3689 3689
      *
3690 3690
      * @since 8.1.0
3691 3691
      *
3692
-     * @return array
3692
+     * @return integer[]
3693 3693
      */
3694 3694
     public function register()
3695 3695
     {
Please login to merge, or discard this patch.