|
@@ -1,6 +1,6 @@ discard block |
|
|
block discarded – undo |
|
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
|
|
|
@@ -30,7 +30,7 @@ discard block |
|
|
block discarded – undo |
|
30
|
30
|
} |
|
31
|
31
|
|
|
32
|
32
|
if ($parts[0] === 'array') { |
|
33
|
|
- $this->addInvalidFormatWarning($tagToken, 'Please check if you can typehint your array ' . $parts[1]); |
|
|
33
|
+ $this->addInvalidFormatWarning($tagToken, 'Please check if you can typehint your array '.$parts[1]); |
|
34
|
34
|
} |
|
35
|
35
|
|
|
36
|
36
|
$variable = $parts[1]; |
Please login to merge, or discard this patch.