Skip to content

Commit e5120a0

Browse files
brendtgithub-actions[bot]
authored andcommitted
Fixes styling.
1 parent 393e089 commit e5120a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Languages/Php/Patterns/CastPattern.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;
@@ -34,4 +36,4 @@ public function getTokenType(): TokenType
3436
{
3537
return TokenTypeEnum::TYPE;
3638
}
37-
}
39+
}

0 commit comments

Comments
 (0)