Failed Conditions
Branch wimg/test-scrutinizer-coverage (4a12ef)
by Juliette
08:41
created
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.
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.
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.
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.
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.
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.
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.
Sniffs/PHP/RemovedFunctionParametersSniff.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.
Sniffs/PHP/RequiredOptionalFunctionParametersSniff.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.