mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
⬆️ N°4770 Update to latest Symfony 3.4
This commit is contained in:
@@ -36,7 +36,7 @@ class CacheWarmupCommand extends ContainerAwareCommand
|
||||
public function __construct($cacheWarmer = null)
|
||||
{
|
||||
if (!$cacheWarmer instanceof CacheWarmerAggregate) {
|
||||
@trigger_error(sprintf('Passing a command name as the first argument of "%s()" is deprecated since Symfony 3.4 and support for it will be removed in 4.0. If the command was registered by convention, make it a service instead.', __METHOD__), E_USER_DEPRECATED);
|
||||
@trigger_error(sprintf('Passing a command name as the first argument of "%s()" is deprecated since Symfony 3.4 and support for it will be removed in 4.0. If the command was registered by convention, make it a service instead.', __METHOD__), \E_USER_DEPRECATED);
|
||||
|
||||
parent::__construct($cacheWarmer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user