Completed
Push — php70 ( dafa05...f7da2a )
by Wim
02:47
created
Sniffs/PHP/NewOperatorsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Returns an array of tokens this test wants to listen for.
62 62
      *
63
-     * @return array
63
+     * @return string[]
64 64
      */
65 65
     public function register()
66 66
     {
Please login to merge, or discard this patch.
Sniffs/PHP/NewScalarTypeDeclarationsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1104,7 +1104,7 @@
 block discarded – undo
1104 1104
     /**
1105 1105
      * Returns an array of tokens this test wants to listen for.
1106 1106
      *
1107
-     * @return array
1107
+     * @return integer[]
1108 1108
      */
1109 1109
     public function register()
1110 1110
     {
Please login to merge, or discard this patch.