Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 30, 2024
1 parent 4768ebe commit 8f96f11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public static function isIdentifierNumbered(string $identifier): bool

public static function getTest(): UnitTestCase
{
return new class('FilenamePrefixNavigationHelperTest') extends UnitTestCase {
return new class('FilenamePrefixNavigationHelperTest') extends UnitTestCase
{
public function testIdentifiersWithNumericalPrefixesAreDetected()
{
$this->assertTrue(FilenamePrefixNavigationHelper::isIdentifierNumbered('01-home.md'));
Expand Down

0 comments on commit 8f96f11

Please sign in to comment.