Skip to content

Commit

Permalink
Fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
devnix committed Dec 29, 2023
1 parent 3d78eba commit d61e7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/Option/NoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use Psl\Comparison\Order;
use Psl\Option;
use Psl\Option\Exception\NoneException;
use Psl\Str;
use Psl\Ref;
use Psl\Str;

final class NoneTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Option/SomeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use Psl\Comparison\Equable;
use Psl\Comparison\Order;
use Psl\Option;
use Psl\Str;
use Psl\Ref;
use Psl\Str;
use Psl\Tests\Fixture;
use Psl\Type;

Expand Down

0 comments on commit d61e7a7

Please sign in to comment.