@@ -1,6 +1,6 @@ |
||
| 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; |
@@ -255,7 +255,7 @@ discard block |
||
| 255 | 255 | /** |
| 256 | 256 | * Checks capital letter and spacing of long description |
| 257 | 257 | * |
| 258 | - * @param $shortEnd |
|
| 258 | + * @param integer $shortEnd |
|
| 259 | 259 | * @param $long |
| 260 | 260 | * |
| 261 | 261 | * @return void |
@@ -341,7 +341,7 @@ discard block |
||
| 341 | 341 | /** |
| 342 | 342 | * Checks the method doc block |
| 343 | 343 | * |
| 344 | - * @param $stackPtr |
|
| 344 | + * @param integer $stackPtr |
|
| 345 | 345 | * @param $commentEnd |
| 346 | 346 | * |
| 347 | 347 | * @return void |