Completed
Push — develop ( 8d40e9...7354cd )
by Wim
02:25 queued 58s
created
PHPCompatibility/AbstractFunctionCallParameterSniff.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/Classes/NewTypedPropertiesSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @since 9.2.0
45 45
      *
46
-     * @return array
46
+     * @return integer[]
47 47
      */
48 48
     public function register()
49 49
     {
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/Keywords/ForbiddenNamesAsDeclaredSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      *
101 101
      * @since 7.0.8
102 102
      *
103
-     * @return array
103
+     * @return integer[]
104 104
      */
105 105
     public function register()
106 106
     {
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/FunctionUse/RemovedFunctionParametersSniff.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.
Sniffs/FunctionUse/RequiredToOptionalFunctionParametersSniff.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/ParameterValues/ForbiddenSessionModuleNameUserSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      *
58 58
      * @since 10.0.0
59 59
      *
60
-     * @return array
60
+     * @return integer[]
61 61
      */
62 62
     public function register()
63 63
     {
Please login to merge, or discard this patch.