Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 589f19b

Browse files
committed
Alphabetizes all imports in ServiceManager
1 parent 266a09f commit 589f19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
use function class_exists;
2626
use function get_class;
2727
use function gettype;
28+
use function in_array;
2829
use function is_callable;
2930
use function is_object;
3031
use function is_string;
3132
use function spl_autoload_register;
3233
use function spl_object_hash;
3334
use function sprintf;
3435
use function trigger_error;
35-
use function in_array;
3636

3737
/**
3838
* Service Manager.

0 commit comments

Comments
 (0)