Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6286f5

Browse files
committedOct 7, 2024··
CS
1 parent c178659 commit f6286f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/TestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
namespace Tests\Automattic\SlidingWindowCounter;
2222

23-
use function ksort;
24-
2523
use PHPUnit\Framework\TestCase as BaseTestCase;
2624

25+
use function ksort;
26+
2727
/**
2828
* @internal
2929
*/

0 commit comments

Comments
 (0)
Please sign in to comment.