Skip to content

Commit 0cc4fb7

Browse files
committed
Removed uneeded import and whitespace
Signed-off-by: Gary Hockin <[email protected]>
1 parent 0ec9ce8 commit 0cc4fb7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: src/ServiceManager.php

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use Zend\Stdlib\ArrayUtils;
2525

2626
use function array_intersect;
27-
use function array_merge_recursive;
2827
use function class_exists;
2928
use function get_class;
3029
use function gettype;

Diff for: test/ServiceManagerTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Psr\Container\ContainerInterface;
2121
use stdClass;
2222

23-
2423
use function get_class;
2524

2625
/**

0 commit comments

Comments
 (0)