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
@trigger_error('The '.AddCacheClearerPass::class.' class is deprecated since version 3.2 and will be removed in 4.0. Use the '.RealAddCacheClearerPass::class.' class instead.', E_USER_DEPRECATED);
17
+
18
+
/**
19
+
* Registers the cache clearers.
20
+
*
21
+
* @author Dustin Dobervich <ddobervich@gmail.com>
22
+
*/
23
+
class AddCacheClearerPass extends RealAddCacheClearerPass
@trigger_error('The '.AddCacheWarmerPass::class.' class is deprecated since version 3.2 and will be removed in 4.0. Use the '.RealAddCacheWarmerPass::class.' class instead.', E_USER_DEPRECATED);
17
+
18
+
/**
19
+
* Registers the cache warmers.
20
+
*
21
+
* @author Fabien Potencier <fabien@symfony.com>
22
+
*/
23
+
class AddCacheWarmerPass extends RealAddCacheWarmerPass
0 commit comments