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 711b1e2 commit 13443ccCopy full SHA for 13443cc
CacheTrait.php
@@ -15,6 +15,9 @@
15
use Psr\Cache\InvalidArgumentException;
16
use Psr\Log\LoggerInterface;
17
18
+// Help opcache.preload discover always-needed symbols
19
+class_exists(InvalidArgumentException::class);
20
+
21
/**
22
* An implementation of CacheInterface for PSR-6 CacheItemPoolInterface classes.
23
*
0 commit comments