Skip to content

Commit

Permalink
chore: remove unused function imports
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Lockett <[email protected]>
  • Loading branch information
Gary Lockett committed Aug 3, 2021
1 parent 318dc97 commit 5133dc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use function array_key_exists;
use function array_keys;
use function class_exists;
use function explode;
use function get_class;
use function gettype;
use function in_array;
Expand All @@ -33,7 +32,6 @@
use function spl_autoload_register;
use function spl_object_hash;
use function sprintf;
use function strpos;
use function trigger_error;

use const E_USER_DEPRECATED;
Expand Down

0 comments on commit 5133dc5

Please sign in to comment.