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 27c61ba commit 87a87c1Copy full SHA for 87a87c1
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