Skip to content

Commit 00ef935

Browse files
brendtgithub-actions[bot]
authored andcommitted
Fixes styling.
1 parent 589bd8c commit 00ef935

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Languages/Php/Patterns/PhpAsymmetricPropertyPattern.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Tempest\Highlight\Languages\Php\Patterns;
46

57
use Tempest\Highlight\IsPattern;
@@ -25,4 +27,4 @@ public function getTokenType(): TokenType
2527
{
2628
return TokenTypeEnum::KEYWORD;
2729
}
28-
}
30+
}

0 commit comments

Comments
 (0)