@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace BestIt\CodeSniffer\Commenting\TagValidator\Validators; |
6 | 6 | |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * |
49 | 49 | * @return void |
50 | 50 | */ |
51 | - public function validate(array $tagToken, int $contentPtr, ?array $contentToken): void |
|
51 | + public function validate(array $tagToken, int $contentPtr, ? array $contentToken) : void |
|
52 | 52 | { |
53 | 53 | $this->tagToken = $tagToken; |
54 | 54 | $result = false; |