Skip to content

Commit 8ad5ce0

Browse files
committed
Fixed quality
1 parent e0223f0 commit 8ad5ce0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Phpfastcache/ExtensionManager.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ final class ExtensionManager
2727
{
2828
use UninstanciableObjectTrait;
2929

30+
/**
31+
* @var array<string, string>
32+
*/
3033
protected static array $registeredExtensions = [];
3134

3235
public static function registerExtension(string $extensionName, string $driverClassName): void

0 commit comments

Comments
 (0)