You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -194,7 +194,7 @@ public static function getInstance(string $driver, ?ConfigurationOptionInterface
194
194
}
195
195
} else {
196
196
if (self::$badPracticeOmeter[$driver] >= 2) {
197
-
trigger_error(
197
+
\trigger_error(
198
198
'[' . $driver . '] Calling many times CacheManager::getInstance() for already instanced drivers is a bad practice and have a significant impact on performances.
199
199
See https://github.com/PHPSocialNetwork/phpfastcache/wiki/[V5]-Why-calling-getInstance%28%29-each-time-is-a-bad-practice-%3F'
200
200
);
@@ -219,7 +219,7 @@ protected static function validateConfig(?ConfigurationOptionInterface $config):
0 commit comments