Skip to content

Commit

Permalink
Fixes styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and github-actions[bot] committed Oct 24, 2024
1 parent 589bd8c commit 00ef935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Languages/Php/Patterns/PhpAsymmetricPropertyPattern.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tempest\Highlight\Languages\Php\Patterns;

use Tempest\Highlight\IsPattern;
Expand All @@ -25,4 +27,4 @@ public function getTokenType(): TokenType
{
return TokenTypeEnum::KEYWORD;
}
}
}

0 comments on commit 00ef935

Please sign in to comment.