Skip to content

Commit 5229c3c

Browse files
aipheeaiphee
authored andcommitted
Group use declaration is disallowed
1 parent 7af25bb commit 5229c3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Storages/SQLiteStorage.clean-namespace.phpt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77

88
declare(strict_types=1);
99

10-
use Nette\Caching\{
11-
Cache, Storages\SQLiteStorage
12-
};
10+
use Nette\Caching\Cache;
11+
use Nette\Caching\Storages\SQLiteStorage;
1312
use Tester\Assert;
1413

1514

0 commit comments

Comments
 (0)