Passed
Pull Request — master (#13)
by
unknown
02:02
created
src/Standards/BestIt/Sniffs/Commenting/MethodDocSniff.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 
6 6
 namespace BestIt\Sniffs\Commenting;
Please login to merge, or discard this patch.
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * Returns an array of tokens this test wants to listen for.
178 178
      *
179
-     * @return array
179
+     * @return string[]
180 180
      */
181 181
     public function register()
182 182
     {
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     /**
225 225
      * Checks capital letter and spacing of long description
226 226
      *
227
-     * @param $shortEnd
227
+     * @param integer $shortEnd
228 228
      * @param $long
229 229
      *
230 230
      * @return void
@@ -310,7 +310,7 @@  discard block
 block discarded – undo
310 310
     /**
311 311
      * Checks the method doc block
312 312
      *
313
-     * @param $stackPtr
313
+     * @param integer $stackPtr
314 314
      * @param $commentEnd
315 315
      *
316 316
      * @return void
Please login to merge, or discard this patch.