Skip to content

Commit ca1f99c

Browse files
committed
fixup: merge function imports from bad rebase
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 4b90be8 commit ca1f99c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/CacheSessionPersistenceTest.php

-11
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,6 @@
4646

4747
use const CASE_LOWER;
4848

49-
use function array_map;
50-
use function array_shift;
51-
use function count;
52-
use function explode;
53-
use function gmdate;
54-
use function preg_match;
55-
use function preg_quote;
56-
use function sprintf;
57-
use function time;
58-
use function trim;
59-
6049
class CacheSessionPersistenceTest extends TestCase
6150
{
6251
public const GMDATE_REGEXP = '/[a-z]{3}, \d+ [a-z]{3} \d{4} \d{2}:\d{2}:\d{2} \w+$/i';

0 commit comments

Comments
 (0)