Skip to content

Commit 6a0fd6b

Browse files
committed
csfix
1 parent 66b27d9 commit 6a0fd6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Compiler/Compiler.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
use DI\Definition\ValueDefinition;
2020
use DI\DependencyException;
2121
use DI\Proxy\ProxyFactory;
22+
use function dirname;
23+
use function file_put_contents;
2224
use InvalidArgumentException;
2325
use Laravel\SerializableClosure\Support\ReflectionClosure;
2426
use ReflectionFunction;
2527
use ReflectionFunctionAbstract;
26-
use function dirname;
27-
use function file_put_contents;
2828
use function rename;
2929
use function sprintf;
3030
use function tempnam;

0 commit comments

Comments
 (0)