Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpi committed Jun 4, 2024
1 parent c6ef31a commit f8f9542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Sniffs/FunctionsStaticClosureTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/fixtures/FunctionsStaticClosureError.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace PreviousNext\CodingStandard\Tests\Sniffs\fixtures;

Expand Down
2 changes: 1 addition & 1 deletion tests/Sniffs/fixtures/FunctionsStaticClosureNoError.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Sniffs\fixtures;

Expand Down

0 comments on commit f8f9542

Please sign in to comment.