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.
2 parents fd46281 + ede0c26 commit 62e788aCopy full SHA for 62e788a
src/phpFastCache/CacheManager.php
@@ -193,7 +193,7 @@ public static function setNamespacePath($path)
193
*/
194
public static function setup($name, $value = '')
195
{
196
- trigger_error('Method "setup" is deprecated and will be removed in V6 Use method "setDefaultConfig" instead.');
+ trigger_error('Method "setup" is deprecated and will be removed in V6 Use method "setDefaultConfig" instead.', E_USER_DEPRECATED);
197
self::setDefaultConfig($name, $value);
198
}
199
0 commit comments