Passed
Branch WAIT-429/feature/fix-102-107-d... (666557)
by Juliette
06:23
created
PHPCompatibility/Sniffs/PHP/DeprecatedPHP4StyleConstructorsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Returns an array of tokens this test wants to listen for.
28 28
      *
29
-     * @return array
29
+     * @return integer[]
30 30
      */
31 31
     public function register()
32 32
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/ForbiddenClosureUseVariableNamesSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Returns an array of tokens this test wants to listen for.
28 28
      *
29
-     * @return array
29
+     * @return integer[]
30 30
      */
31 31
     public function register()
32 32
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/ForbiddenNamesAsDeclaredSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Returns an array of tokens this test wants to listen for.
28 28
      *
29
-     * @return array
29
+     * @return integer[]
30 30
      */
31 31
     public function register()
32 32
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewClosureSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Returns an array of tokens this test wants to listen for.
27 27
      *
28
-     * @return array
28
+     * @return string[]
29 29
      */
30 30
     public function register()
31 31
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -740,7 +740,7 @@  discard block
 block discarded – undo
740 740
     /**
741 741
      * Returns an array of tokens this test wants to listen for.
742 742
      *
743
-     * @return array
743
+     * @return integer[]
744 744
      */
745 745
     public function register()
746 746
     {
@@ -822,7 +822,7 @@  discard block
 block discarded – undo
822 822
     /**
823 823
      * Get an array of the non-PHP-version array keys used in a sub-array.
824 824
      *
825
-     * @return array
825
+     * @return string[]
826 826
      */
827 827
     protected function getNonVersionArrayKeys()
828 828
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewHeredocInitializeSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Returns an array of tokens this test wants to listen for.
28 28
      *
29
-     * @return array
29
+     * @return integer[]
30 30
      */
31 31
     public function register()
32 32
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewMagicClassConstantSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Returns an array of tokens this test wants to listen for.
28 28
      *
29
-     * @return array
29
+     * @return integer[]
30 30
      */
31 31
     public function register()
32 32
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewNowdocQuotedHeredocSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Returns an array of tokens this test wants to listen for.
28 28
      *
29
-     * @return array
29
+     * @return integer[]
30 30
      */
31 31
     public function register()
32 32
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/RemovedFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * Returns an array of tokens this test wants to listen for.
60 60
      *
61
-     * @return array
61
+     * @return integer[]
62 62
      */
63 63
     public function register()
64 64
     {
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     /**
141 141
      * Get an array of the non-PHP-version array keys used in a sub-array.
142 142
      *
143
-     * @return array
143
+     * @return string[]
144 144
      */
145 145
     protected function getNonVersionArrayKeys()
146 146
     {
Please login to merge, or discard this patch.