Completed
Push — master ( 1f3765...9fb324 )
by Juliette
18s queued 10s
created
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.
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/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/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.