Completed
Push — master ( 1f3765...9fb324 )
by Juliette
18s queued 10s
created
PHPCompatibility/Sniffs/Miscellaneous/NewPHPOpenTagEOFSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      *
71 71
      * @since 9.3.0
72 72
      *
73
-     * @return array
73
+     * @return integer[]
74 74
      */
75 75
     public function register()
76 76
     {
Please login to merge, or discard this patch.
Sniffs/FunctionNameRestrictions/ReservedFunctionNamesSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
      *
166 166
      * @since 9.3.2
167 167
      *
168
-     * @param \PHP_CodeSniffer\Files\File $phpcsFile The file being scanned.
168
+     * @param File $phpcsFile The file being scanned.
169 169
      * @param int                         $stackPtr  The position of a T_FUNCTION
170 170
      *                                               token in the stack.
171 171
      *
Please login to merge, or discard this patch.
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/NewAnonymousClassesSniff.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/Classes/NewConstVisibilitySniff.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/Classes/NewLateStaticBindingSniff.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.0.3
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.
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/Constants/NewConstantsSniff.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.
PHPCompatibility/Sniffs/Constants/NewMagicClassConstantSniff.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.