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 e0223f0 commit 8ad5ce0Copy full SHA for 8ad5ce0
lib/Phpfastcache/ExtensionManager.php
@@ -27,6 +27,9 @@ final class ExtensionManager
27
{
28
use UninstanciableObjectTrait;
29
30
+ /**
31
+ * @var array<string, string>
32
+ */
33
protected static array $registeredExtensions = [];
34
35
public static function registerExtension(string $extensionName, string $driverClassName): void
0 commit comments