Skip to content

Commit a161701

Browse files
committed
cs fix
1 parent 721ebba commit a161701

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Middleware/MezzioFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
use Symfony\Component\DependencyInjection\ContainerBuilder as SymfonyContainerBuilder;
2323
use Webmozart\Assert\Assert;
2424

25-
use function array_keys;
26-
use function in_array;
25+
use function array_key_exists;
2726
use function is_array;
2827
use function sprintf;
2928

0 commit comments

Comments
 (0)