We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b27d9 commit 6a0fd6bCopy full SHA for 6a0fd6b
src/Compiler/Compiler.php
@@ -19,12 +19,12 @@
19
use DI\Definition\ValueDefinition;
20
use DI\DependencyException;
21
use DI\Proxy\ProxyFactory;
22
+use function dirname;
23
+use function file_put_contents;
24
use InvalidArgumentException;
25
use Laravel\SerializableClosure\Support\ReflectionClosure;
26
use ReflectionFunction;
27
use ReflectionFunctionAbstract;
-use function dirname;
-use function file_put_contents;
28
use function rename;
29
use function sprintf;
30
use function tempnam;
0 commit comments