Completed
Push — master ( 999934...1f3765 )
by Juliette
12s queued 10s
created
PHPCompatibility/Sniffs/Classes/ForbiddenAbstractPrivateMethodsSniff.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/AbstractFunctionCallParameterSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Returns an array of tokens this test wants to listen for.
50 50
      *
51
-     * @return array
51
+     * @return integer[]
52 52
      */
53 53
     public function register()
54 54
     {
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
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Returns an array of tokens this test wants to listen for.
31 31
      *
32
-     * @return array
32
+     * @return string[]
33 33
      */
34 34
     public function register()
35 35
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/MethodUse/ForbiddenToStringParametersSniff.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/Upgrade/LowPHPSniff.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.
PHPCompatibility/Sniffs/Upgrade/LowPHPCSSniff.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/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.