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 5abc0d5 commit d4efe4aCopy full SHA for d4efe4a
ServiceLocatorTrait.php
@@ -14,6 +14,10 @@
14
use Psr\Container\ContainerExceptionInterface;
15
use Psr\Container\NotFoundExceptionInterface;
16
17
+// Help opcache.preload discover always-needed symbols
18
+class_exists(ContainerExceptionInterface::class);
19
+class_exists(NotFoundExceptionInterface::class);
20
+
21
/**
22
* A trait to help implement ServiceProviderInterface.
23
*
0 commit comments