http://acc.hq-wms-api.fibrxl.com/api/customers

Log Messages

Info. & Errors 10

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO 08:22:06 request Matched route
"api_get_customers"
.
[
  "route" => "api_get_customers"
  "route_parameters" => [
    "_controller" => "WebserviceBundle\Controller\Wms\Customer\CustomerController::cgetAction"
    "_format" => "json"
    "_route" => "api_get_customers"
  ]
  "request_uri" => "http://acc.hq-wms-api.fibrxl.com/api/customers"
  "method" => "GET"
]
INFO 08:22:07 snc_redis Executing command "GET DoctrineNamespaceCacheKey[dmc:]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\OAuth\Client$CLASSMETADATA][1]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\OAuth\AccessToken$CLASSMETADATA][1]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\OAuth\RefreshToken$CLASSMETADATA][1]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\User$CLASSMETADATA][1]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\Group$CLASSMETADATA][1]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\CustomerGroup$CLASSMETADATA][1]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\Process$CLASSMETADATA][1]"
INFO 08:22:07 snc_redis Executing command "GET dmc:[WmsBundle\Entity\Zone$CLASSMETADATA][1]"

Deprecations 406

Log messages generated by using features marked as deprecated.

Time Channel Message
20:42:13 - Not quoting the scalar "%kernel.cache_dir%/snappy" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in "/srv/app/config/config_staging.yml" on line 39.
[
  "exception" => SilencedErrorContext {#897
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:354 {if ($output && '%' === $output[0]) {    @trigger_error(self::getDeprecationMessage(sprintf('Not quoting the scalar "%s" starting with the "%%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', $output)), E_USER_DEPRECATED);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:354 {if ($output && '%' === $output[0]) {    @trigger_error(self::getDeprecationMessage(sprintf('Not quoting the scalar "%s" starting with the "%%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', $output)), E_USER_DEPRECATED);}
  }
}
20:42:13 - (2 times) Autowiring-types are deprecated since Symfony 3.3 and will be removed in 4.0. Use aliases instead for "Psr\Log\LoggerInterface".
[
  "exception" => SilencedErrorContext {#821
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php:881 {{    @trigger_error(sprintf('Autowiring-types are deprecated since Symfony 3.3 and will be removed in 4.0. Use aliases instead for "%s".', $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:61 {if (method_exists('Symfony\Component\DependencyInjection\Definition', 'addAutowiringType')) {    $container->getDefinition('monolog.logger')->addAutowiringType('Psr\Log\LoggerInterface');}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php:881 {{    @trigger_error(sprintf('Autowiring-types are deprecated since Symfony 3.3 and will be removed in 4.0. Use aliases instead for "%s".', $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:61 {if (method_exists('Symfony\Component\DependencyInjection\Definition', 'addAutowiringType')) {    $container->getDefinition('monolog.logger')->addAutowiringType('Psr\Log\LoggerInterface');}
  }
}
20:42:13 - Symfony\Component\HttpKernel\DependencyInjection\Extension::addClassesToCompile() is deprecated since Symfony 3.3, to be removed in 4.0.
[
  "exception" => SilencedErrorContext {#828
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php:62 {if (\PHP_VERSION_ID >= 70000) {    @trigger_error(__METHOD__.'() is deprecated since Symfony 3.3, to be removed in 4.0.', E_USER_DEPRECATED);}
      }
      /srv/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:95 {$this->addClassesToCompile(array(    'Monolog\\Formatter\\FormatterInterface',    'Monolog\\Formatter\\LineFormatter',
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php:62 {if (\PHP_VERSION_ID >= 70000) {    @trigger_error(__METHOD__.'() is deprecated since Symfony 3.3, to be removed in 4.0.', E_USER_DEPRECATED);}
  }
  /srv/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:95 {$this->addClassesToCompile(array(    'Monolog\\Formatter\\FormatterInterface',    'Monolog\\Formatter\\LineFormatter',
  }
}
20:42:13 - (5 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.mutation" service to "WmsBundle\Services\Entity\MutationService" instead.
[
  "exception" => SilencedErrorContext {#816
    +count: 5
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (14 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.location" service to "WmsBundle\Services\Entity\LocationService" instead.
[
  "exception" => SilencedErrorContext {#817
    +count: 14
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.modification" service to "WmsBundle\Services\Entity\ModificationService" instead.
[
  "exception" => SilencedErrorContext {#818
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (6 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.inbound" service to "WmsBundle\Managers\InboundManager" instead.
[
  "exception" => SilencedErrorContext {#819
    +count: 6
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (7 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.batch" service to "WmsBundle\Services\Entity\BatchService" instead.
[
  "exception" => SilencedErrorContext {#898
    +count: 7
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (3 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "file_locator" service to "Symfony\Component\Config\FileLocator" instead.
[
  "exception" => SilencedErrorContext {#899
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (18 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.variant" service to "WmsBundle\Services\Entity\VariantService" instead.
[
  "exception" => SilencedErrorContext {#900
    +count: 18
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (3 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.order" service to "WmsBundle\Managers\OrderManager" instead.
[
  "exception" => SilencedErrorContext {#901
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (9 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.order" service to "WmsBundle\Services\Entity\OrderService" instead.
[
  "exception" => SilencedErrorContext {#902
    +count: 9
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (3 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.order_line" service to "WmsBundle\Services\Entity\OrderLineService" instead.
[
  "exception" => SilencedErrorContext {#903
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (6 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.transfer" service to "WmsBundle\Services\Entity\TransferService" instead.
[
  "exception" => SilencedErrorContext {#904
    +count: 6
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (7 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.inbound_line" service to "WmsBundle\Managers\InboundLineManager" instead.
[
  "exception" => SilencedErrorContext {#905
    +count: 7
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (11 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.inbound" service to "WmsBundle\Services\Entity\InboundService" instead.
[
  "exception" => SilencedErrorContext {#906
    +count: 11
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (3 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.variantWarehouse" service to "WmsBundle\Services\Entity\VariantWarehouseService" instead.
[
  "exception" => SilencedErrorContext {#907
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (10 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.warehouse" service to "WmsBundle\Services\Entity\WarehouseService" instead.
[
  "exception" => SilencedErrorContext {#908
    +count: 10
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (5 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "sentry.client" service to "Sentry\SentryBundle\SentrySymfonyClient" instead.
[
  "exception" => SilencedErrorContext {#909
    +count: 5
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.transfer" service to "WmsBundle\Managers\TransferManager" instead.
[
  "exception" => SilencedErrorContext {#910
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Planning\TaskConverter\PickListConverter::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#911
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (9 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.picklist" service to "WmsBundle\Services\Entity\PickListService" instead.
[
  "exception" => SilencedErrorContext {#912
    +count: 9
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (4 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.picklist_line" service to "WmsBundle\Services\Entity\PickListLineService" instead.
[
  "exception" => SilencedErrorContext {#913
    +count: 4
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (4 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.transfer_line" service to "WmsBundle\Services\Entity\TransferLineService" instead.
[
  "exception" => SilencedErrorContext {#914
    +count: 4
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.task" service to "WmsBundle\Services\TaskService" instead.
[
  "exception" => SilencedErrorContext {#915
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.tasks.pick_list" service to "WmsBundle\Services\Entity\Tasks\PickListTaskService" instead.
[
  "exception" => SilencedErrorContext {#916
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$userManager" of method "WmsBundle\Planning\TaskFinder\TransferFinder::__construct()" to "FOS\UserBundle\Model\UserManagerInterface" instead.
[
  "exception" => SilencedErrorContext {#917
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.import.importers_zone_writer" service to "WmsBundle\Import\Writer\ZoneWriter" instead.
[
  "exception" => SilencedErrorContext {#918
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (5 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.variant" service to "WmsBundle\Managers\VariantManager" instead.
[
  "exception" => SilencedErrorContext {#919
    +count: 5
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (5 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.customer" service to "WmsBundle\Managers\CustomerManager" instead.
[
  "exception" => SilencedErrorContext {#920
    +count: 5
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (4 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.warehouse" service to "WmsBundle\Managers\WarehouseManager" instead.
[
  "exception" => SilencedErrorContext {#921
    +count: 4
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Import\Writer\InboundWriter::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#922
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (6 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.location" service to "WmsBundle\Managers\LocationManager" instead.
[
  "exception" => SilencedErrorContext {#923
    +count: 6
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (9 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.inbound_line" service to "WmsBundle\Services\Entity\InboundLineService" instead.
[
  "exception" => SilencedErrorContext {#924
    +count: 9
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Import\Writer\RetourWriter::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#925
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.batch_location" service to "WmsBundle\Managers\BatchLocationManager" instead.
[
  "exception" => SilencedErrorContext {#926
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (4 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.zone" service to "WmsBundle\Managers\ZoneManager" instead.
[
  "exception" => SilencedErrorContext {#927
    +count: 4
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.location_type" service to "WmsBundle\Managers\LocationTypeManager" instead.
[
  "exception" => SilencedErrorContext {#928
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Import\Writer\InitialStockWriter::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#929
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Import\Writer\InitialStockBobbinWriter::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#930
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.bobbin" service to "WmsBundle\Managers\BobbinManager" instead.
[
  "exception" => SilencedErrorContext {#931
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Import\Writer\ZoneWriter::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#932
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (21 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.common.pagination_parameters" service to "WmsBundle\Common\PaginationParameters" instead.
[
  "exception" => SilencedErrorContext {#933
    +count: 21
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (21 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.common.filter_parameters" service to "WmsBundle\Common\FilterParameters" instead.
[
  "exception" => SilencedErrorContext {#934
    +count: 21
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Injectors\EntityServiceInjector::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#935
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\ShippingTemplate\ShippingTemplateManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\ShippingTemplate\ShippingTemplateManager" instead.
[
  "exception" => SilencedErrorContext {#936
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\ShippingTemplate\ShippingTemplateMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\ShippingTemplate\ShippingTemplateMapper" instead.
[
  "exception" => SilencedErrorContext {#937
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - (34 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.injector.entity_services" service to "WmsBundle\Injectors\EntityServiceInjector" instead.
[
  "exception" => SilencedErrorContext {#938
    +count: 34
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (9 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.common.pdf" service to "WmsBundle\Services\PdfService" instead.
[
  "exception" => SilencedErrorContext {#939
    +count: 9
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\DummyService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\DummyService" instead.
[
  "exception" => SilencedErrorContext {#940
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\ShippingTemplate\ShippingTemplateFieldManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\ShippingTemplate\ShippingTemplateFieldManager" instead.
[
  "exception" => SilencedErrorContext {#941
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\ShippingTemplate\ShippingTemplateFieldMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\ShippingTemplate\ShippingTemplateFieldMapper" instead.
[
  "exception" => SilencedErrorContext {#942
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\LanguageManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\LanguageManager" instead.
[
  "exception" => SilencedErrorContext {#943
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\LanguageMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\LanguageMapper" instead.
[
  "exception" => SilencedErrorContext {#944
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\ArticleGroupManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\ArticleGroupManager" instead.
[
  "exception" => SilencedErrorContext {#945
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\ArticleGroupMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\ArticleGroupMapper" instead.
[
  "exception" => SilencedErrorContext {#946
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\Inbound\ReservedInboundManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\Inbound\ReservedInboundManager" instead.
[
  "exception" => SilencedErrorContext {#947
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\Inbound\ReservedInboundMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\Inbound\ReservedInboundMapper" instead.
[
  "exception" => SilencedErrorContext {#948
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\Batch\ReservedBatchNumberMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\Batch\ReservedBatchNumberMapper" instead.
[
  "exception" => SilencedErrorContext {#949
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\VariantWarehouseManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\VariantWarehouseManager" instead.
[
  "exception" => SilencedErrorContext {#950
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.zone" service to "WmsBundle\Mappers\ZoneMapper" instead.
[
  "exception" => SilencedErrorContext {#951
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.import.importers.zone" service to "WmsBundle\Import\Importer\ZoneImporter" instead.
[
  "exception" => SilencedErrorContext {#952
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.location" service to "WmsBundle\Mappers\LocationMapper" instead.
[
  "exception" => SilencedErrorContext {#953
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.import.importers.location" service to "WmsBundle\Import\Importer\LocationImporter" instead.
[
  "exception" => SilencedErrorContext {#954
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.location_type" service to "WmsBundle\Services\Entity\LocationTypeService" instead.
[
  "exception" => SilencedErrorContext {#955
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (3 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.location_group" service to "WmsBundle\Services\Entity\LocationGroupService" instead.
[
  "exception" => SilencedErrorContext {#956
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (7 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.zone" service to "WmsBundle\Services\Entity\ZoneService" instead.
[
  "exception" => SilencedErrorContext {#957
    +count: 7
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\SpreadSheetManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\SpreadSheetManager" instead.
[
  "exception" => SilencedErrorContext {#958
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\SpreadSheetMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\SpreadSheetMapper" instead.
[
  "exception" => SilencedErrorContext {#959
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\NumberFormatService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\NumberFormatService" instead.
[
  "exception" => SilencedErrorContext {#960
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\Entity\SpreadSheetService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\Entity\SpreadSheetService" instead.
[
  "exception" => SilencedErrorContext {#961
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.relationAddresses" service to "WmsBundle\Services\Entity\RelationAddressesService" instead.
[
  "exception" => SilencedErrorContext {#962
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\DateService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\DateService" instead.
[
  "exception" => SilencedErrorContext {#963
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.mutation" service to "WmsBundle\Managers\MutationManager" instead.
[
  "exception" => SilencedErrorContext {#964
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.mutation" service to "WmsBundle\Mappers\MutationMapper" instead.
[
  "exception" => SilencedErrorContext {#965
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (8 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.batch_location" service to "WmsBundle\Services\Entity\BatchLocationService" instead.
[
  "exception" => SilencedErrorContext {#966
    +count: 8
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.inbound" service to "WmsBundle\Mappers\InboundMapper" instead.
[
  "exception" => SilencedErrorContext {#967
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.location_group" service to "WmsBundle\Managers\LocationGroupManager" instead.
[
  "exception" => SilencedErrorContext {#968
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.inbound_transfer" service to "WmsBundle\Managers\InboundTransferManager" instead.
[
  "exception" => SilencedErrorContext {#969
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.inbound_transfer" service to "WmsBundle\Services\Entity\InboundTransferService" instead.
[
  "exception" => SilencedErrorContext {#970
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.planning.task_finder.inbound_transfer" service to "WmsBundle\Planning\TaskFinder\InboundTransferFinder" instead.
[
  "exception" => SilencedErrorContext {#971
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.import.importers.inbound" service to "WmsBundle\Import\Importer\InboundImporter" instead.
[
  "exception" => SilencedErrorContext {#972
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.inbound_transfer" service to "WmsBundle\Mappers\InboundTransferMapper" instead.
[
  "exception" => SilencedErrorContext {#973
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.inbound_line" service to "WmsBundle\Mappers\InboundLineMapper" instead.
[
  "exception" => SilencedErrorContext {#974
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.transfer" service to "WmsBundle\Mappers\TransferMapper" instead.
[
  "exception" => SilencedErrorContext {#975
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.planning.task_finder.transfer" service to "WmsBundle\Planning\TaskFinder\TransferFinder" instead.
[
  "exception" => SilencedErrorContext {#976
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.transfer_line" service to "WmsBundle\Managers\TransferLineManager" instead.
[
  "exception" => SilencedErrorContext {#977
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.transfer_line" service to "WmsBundle\Mappers\TransferLineMapper" instead.
[
  "exception" => SilencedErrorContext {#978
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.order" service to "WmsBundle\Mappers\OrderMapper" instead.
[
  "exception" => SilencedErrorContext {#979
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.shipping.methods.paazl" service to "WmsBundle\Services\ShippingMethods\PaazlShippingService" instead.
[
  "exception" => SilencedErrorContext {#980
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.shipping.method" service to "WmsBundle\Services\Entity\ShippingMethodService" instead.
[
  "exception" => SilencedErrorContext {#981
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$userManager" of method "WmsBundle\Services\Entity\OrderService::__construct()" to "FOS\UserBundle\Model\UserManagerInterface" instead.
[
  "exception" => SilencedErrorContext {#982
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.shipping_matrix_line" service to "WmsBundle\Services\Entity\ShippingMatrixLineService" instead.
[
  "exception" => SilencedErrorContext {#983
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.order_line" service to "WmsBundle\Managers\OrderLineManager" instead.
[
  "exception" => SilencedErrorContext {#984
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.order_line" service to "WmsBundle\Mappers\OrderLineMapper" instead.
[
  "exception" => SilencedErrorContext {#985
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\Batch\BatchNumberVariantManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\Batch\BatchNumberVariantManager" instead.
[
  "exception" => SilencedErrorContext {#986
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\Batch\BatchNumberVariantMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\Batch\BatchNumberVariantMapper" instead.
[
  "exception" => SilencedErrorContext {#987
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\Entity\Batch\BatchNumberVariantService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\Entity\Batch\BatchNumberVariantService" instead.
[
  "exception" => SilencedErrorContext {#988
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.picklist" service to "WmsBundle\Managers\PickListManager" instead.
[
  "exception" => SilencedErrorContext {#989
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.picklist" service to "WmsBundle\Mappers\PickListMapper" instead.
[
  "exception" => SilencedErrorContext {#990
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.problem_picklist" service to "WmsBundle\Services\Entity\ProblemPickListService" instead.
[
  "exception" => SilencedErrorContext {#991
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (3 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.packing_table" service to "WmsBundle\Services\Entity\PackingTableService" instead.
[
  "exception" => SilencedErrorContext {#992
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\PickListLineLocationManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\PickListLineLocationManager" instead.
[
  "exception" => SilencedErrorContext {#993
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\PickListLineLocationMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\PickListLineLocationMapper" instead.
[
  "exception" => SilencedErrorContext {#994
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\Entity\PickListLineLocationService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\Entity\PickListLineLocationService" instead.
[
  "exception" => SilencedErrorContext {#995
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.picklist_line" service to "WmsBundle\Managers\PickListLineManager" instead.
[
  "exception" => SilencedErrorContext {#996
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.picklist_line" service to "WmsBundle\Mappers\PickListLineMapper" instead.
[
  "exception" => SilencedErrorContext {#997
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.shipment" service to "WmsBundle\Managers\ShipmentManager" instead.
[
  "exception" => SilencedErrorContext {#998
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.shipment" service to "WmsBundle\Mappers\ShipmentMapper" instead.
[
  "exception" => SilencedErrorContext {#999
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.printer" service to "WmsBundle\Services\Entity\PrinterService" instead.
[
  "exception" => SilencedErrorContext {#1000
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.shipping.methods.ewh" service to "WmsBundle\Services\ShippingMethods\EwhShippingService" instead.
[
  "exception" => SilencedErrorContext {#1001
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.shipping.methods.sendcloud" service to "WmsBundle\Services\ShippingMethods\SendCloudShippingService" instead.
[
  "exception" => SilencedErrorContext {#1002
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (4 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.tracking_data" service to "WmsBundle\Services\Entity\TrackingDataService" instead.
[
  "exception" => SilencedErrorContext {#1003
    +count: 4
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\ShippingMethods\LumShippingService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\ShippingMethods\LumShippingService" instead.
[
  "exception" => SilencedErrorContext {#1004
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.paazl.shipment.option" service to "WmsBundle\Managers\ShippingMethodManager" instead.
[
  "exception" => SilencedErrorContext {#1005
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.planning.task_finder" service to "WmsBundle\Planning\TaskFinder" instead.
[
  "exception" => SilencedErrorContext {#1006
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.planning.task_converter" service to "WmsBundle\Planning\TaskConverter" instead.
[
  "exception" => SilencedErrorContext {#1007
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Services\TaskService::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#1008
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.logger" service to "WmsBundle\Services\LoggerService" instead.
[
  "exception" => SilencedErrorContext {#1009
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\Shipment\ShipmentCourierManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\Shipment\ShipmentCourierManager" instead.
[
  "exception" => SilencedErrorContext {#1010
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\Shipment\ShipmentCourierMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\Shipment\ShipmentCourierMapper" instead.
[
  "exception" => SilencedErrorContext {#1011
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.managers.cancelling_location" service to "WmsBundle\Managers\CancellingLocationManager" instead.
[
  "exception" => SilencedErrorContext {#1012
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\CancellingLocationMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\CancellingLocationMapper" instead.
[
  "exception" => SilencedErrorContext {#1013
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.retour" service to "WmsBundle\Mappers\RetourMapper" instead.
[
  "exception" => SilencedErrorContext {#1014
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.import.importers.retour" service to "WmsBundle\Import\Importer\RetourImporter" instead.
[
  "exception" => SilencedErrorContext {#1015
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.retour_line" service to "WmsBundle\Mappers\RetourLineMapper" instead.
[
  "exception" => SilencedErrorContext {#1016
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.warehouse_transfer" service to "WmsBundle\Mappers\WarehouseTransferMapper" instead.
[
  "exception" => SilencedErrorContext {#1017
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.production_order" service to "WmsBundle\Mappers\Production\ProductionOrderMapper" instead.
[
  "exception" => SilencedErrorContext {#1018
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Managers\Production\ProductionOrderTransferManager" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Managers\Production\ProductionOrderTransferManager" instead.
[
  "exception" => SilencedErrorContext {#1019
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\Production\ProductionOrderTransferMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\Production\ProductionOrderTransferMapper" instead.
[
  "exception" => SilencedErrorContext {#1020
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\Entity\Production\ProductionOrderTransferService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\Entity\Production\ProductionOrderTransferService" instead.
[
  "exception" => SilencedErrorContext {#1021
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.production_order_line" service to "WmsBundle\Mappers\Production\ProductionOrderLineMapper" instead.
[
  "exception" => SilencedErrorContext {#1022
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (2 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.mappers.production_issue" service to "WmsBundle\Mappers\Production\ProductionIssueMapper" instead.
[
  "exception" => SilencedErrorContext {#1023
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Mappers\BobbinMapper" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Mappers\BobbinMapper" instead.
[
  "exception" => SilencedErrorContext {#1024
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.import.importers.initial_stock_bobbin" service to "WmsBundle\Import\Importer\InitialStockBobbinImporter" instead.
[
  "exception" => SilencedErrorContext {#1025
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WebserviceBundle\Event\RequestListener::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#1026
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.security.role_hierarchy" service to "WmsBundle\Security\RoleHierarchy" instead.
[
  "exception" => SilencedErrorContext {#1027
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$tokenStorage" of method "WmsBundle\Serializer\ShippingTemplateSerializer::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
  "exception" => SilencedErrorContext {#1028
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$serializer" of method "WmsBundle\Serializer\ShippingTemplateSerializer::__construct()" to one of its parents: interface "JMS\Serializer\SerializerInterface", or interface "JMS\Serializer\ArrayTransformerInterface".
[
  "exception" => SilencedErrorContext {#1029
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.country" service to "WmsBundle\Services\Entity\CountryService" instead.
[
  "exception" => SilencedErrorContext {#1030
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - (5 times) Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.services.customer" service to "WmsBundle\Services\Entity\CustomerService" instead.
[
  "exception" => SilencedErrorContext {#1031
    +count: 5
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\QuickActions\UserService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\QuickActions\UserService" instead.
[
  "exception" => SilencedErrorContext {#1032
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "wms.planning.task_planner.pick_list" service to "WmsBundle\Planning\TaskPlanner\PickListPlanner" instead.
[
  "exception" => SilencedErrorContext {#1033
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\QuickActions\PickListService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\QuickActions\PickListService" instead.
[
  "exception" => SilencedErrorContext {#1034
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Relying on service auto-registration for type "WmsBundle\Services\QuickActions\ShipmentService" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "WmsBundle\Services\QuickActions\ShipmentService" instead.
[
  "exception" => SilencedErrorContext {#1035
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
        › 
        › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:436 {
    › 
    › @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:318 {if (!$this->strictMode) {    return $this->createAutowiredDefinition($type);}
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$slugify" of method "WebserviceBundle\Forms\RelationType::__construct()" to "Cocur\Slugify\SlugifyInterface" instead.
[
  "exception" => SilencedErrorContext {#1036
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}
20:42:13 - Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for argument "$serializer" of method "WebserviceBundle\Event\ExceptionListener::__construct()" to one of its parents: interface "JMS\Serializer\SerializerInterface", or interface "JMS\Serializer\ArrayTransformerInterface".
[
  "exception" => SilencedErrorContext {#1037
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
        › 
        › @trigger_error($message, E_USER_DEPRECATED);}
      /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
        › 
        › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
      }
    }
  }
]
{
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:304 {
    › 
    › @trigger_error($message, E_USER_DEPRECATED);}
  /srv/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:245 {
    › 
    › if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {    $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
  }
}

Debug 31

Unimportant log messages generated during the execution of the application.

Time Channel Message
08:22:07 doctrine SELECT t0.token AS token_1, t0.expires_at AS expires_at_2, t0.scope AS scope_3, t0.id AS id_4, t0.client_id AS client_id_5, t0.user_id AS user_id_6 FROM oauth_access_token t0 WHERE t0.token = ? LIMIT 1
[
  "DEV"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
08:22:07 event Listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
stopped propagation of the event
"kernel.request"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
08:22:07 event Listener
"WebserviceBundle\Event\RequestListener::onRequest"
was not called for event
"kernel.request"
.
[
  "event" => "kernel.request"
  "listener" => "WebserviceBundle\Event\RequestListener::onRequest"
]
08:22:07 event Listener
"WebserviceBundle\Event\IdempotencyRequestListener::onRequest"
was not called for event
"kernel.request"
.
[
  "event" => "kernel.request"
  "listener" => "WebserviceBundle\Event\IdempotencyRequestListener::onRequest"
]
08:22:07 event Listener
"WebserviceBundle\Event\PaginationParameterListener::onKernelRequest"
was not called for event
"kernel.request"
.
[
  "event" => "kernel.request"
  "listener" => "WebserviceBundle\Event\PaginationParameterListener::onKernelRequest"
]
08:22:07 event Listener
"WebserviceBundle\Event\FilterParameterListener::onKernelRequest"
was not called for event
"kernel.request"
.
[
  "event" => "kernel.request"
  "listener" => "WebserviceBundle\Event\FilterParameterListener::onKernelRequest"
]
08:22:07 event Listener
"Sentry\SentryBundle\EventListener\ExceptionListener::onKernelRequest"
was not called for event
"kernel.request"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\ExceptionListener::onKernelRequest"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
08:22:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
08:22:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
08:22:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
08:22:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 832

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.firewall.map.config.oauth_token" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.oauth_token" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.oauth_authorize" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.oauth_authorize" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.oauth_authorize" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.oauth_authorize" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.oauth_authorize" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.provider).
  • Resolving inheritance for "security.authentication.listener.fos_oauth_server.api" (parent: fos_oauth_server.security.authentication.listener).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_metadata_cache" (parent: doctrine_cache.abstract.array).
  • Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_result_cache" (parent: doctrine_cache.abstract.array).
  • Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_query_cache" (parent: doctrine_cache.abstract.array).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.templating" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snc_redis" (parent: monolog.logger_prototype).
60
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "wms.planning.task_finder.bobbin": Class or interface "WmsBundle\Planning\TaskFinder\BobbinFinder" cannot be loaded.
  • Type "WmsBundle\Managers\ShippingTemplate\ShippingTemplateManager" has been auto-registered for service "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateService".
  • Type "WmsBundle\Mappers\ShippingTemplate\ShippingTemplateMapper" has been auto-registered for service "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateService".
  • Type "WmsBundle\Services\DummyService" has been auto-registered for service "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateService".
  • Type "WmsBundle\Managers\ShippingTemplate\ShippingTemplateFieldManager" has been auto-registered for service "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateFieldService".
  • Type "WmsBundle\Mappers\ShippingTemplate\ShippingTemplateFieldMapper" has been auto-registered for service "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateFieldService".
  • Type "WmsBundle\Managers\LanguageManager" has been auto-registered for service "WmsBundle\Services\Entity\LanguageService".
  • Type "WmsBundle\Mappers\LanguageMapper" has been auto-registered for service "WmsBundle\Services\Entity\LanguageService".
  • Type "WmsBundle\Managers\ArticleGroupManager" has been auto-registered for service "WmsBundle\Services\Entity\ArticleGroupService".
  • Type "WmsBundle\Mappers\ArticleGroupMapper" has been auto-registered for service "WmsBundle\Services\Entity\ArticleGroupService".
  • Type "WmsBundle\Managers\Inbound\ReservedInboundManager" has been auto-registered for service "WmsBundle\Services\Entity\Inbound\ReservedInboundService".
  • Type "WmsBundle\Mappers\Inbound\ReservedInboundMapper" has been auto-registered for service "WmsBundle\Services\Entity\Inbound\ReservedInboundService".
  • Type "WmsBundle\Mappers\Batch\ReservedBatchNumberMapper" has been auto-registered for service "WmsBundle\Services\Entity\Batch\ReservedBatchNumberService".
  • Type "WmsBundle\Managers\VariantWarehouseManager" has been auto-registered for service "wms.services.variantWarehouse".
  • Type "WmsBundle\Managers\SpreadSheetManager" has been auto-registered for service "WmsBundle\Services\Entity\SpreadSheetService".
  • Type "WmsBundle\Mappers\SpreadSheetMapper" has been auto-registered for service "WmsBundle\Services\Entity\SpreadSheetService".
  • Type "WmsBundle\Services\NumberFormatService" has been auto-registered for service "WmsBundle\Services\Entity\SpreadSheetService".
  • Type "WmsBundle\Services\Entity\SpreadSheetService" has been auto-registered for service "wms.services.location".
  • Type "WmsBundle\Services\DateService" has been auto-registered for service "wms.services.location".
  • Type "WmsBundle\Managers\Batch\BatchNumberVariantManager" has been auto-registered for service "WmsBundle\Services\Entity\Batch\BatchNumberVariantService".
  • Type "WmsBundle\Mappers\Batch\BatchNumberVariantMapper" has been auto-registered for service "WmsBundle\Services\Entity\Batch\BatchNumberVariantService".
  • Type "WmsBundle\Services\Entity\Batch\BatchNumberVariantService" has been auto-registered for service "wms.services.order_line".
  • Type "WmsBundle\Managers\PickListLineLocationManager" has been auto-registered for service "WmsBundle\Services\Entity\PickListLineLocationService".
  • Type "WmsBundle\Mappers\PickListLineLocationMapper" has been auto-registered for service "WmsBundle\Services\Entity\PickListLineLocationService".
  • Type "WmsBundle\Services\Entity\PickListLineLocationService" has been auto-registered for service "wms.services.picklist".
  • Type "WmsBundle\Services\ShippingMethods\LumShippingService" has been auto-registered for service "WmsBundle\Services\Entity\ShipmentService".
  • Type "WmsBundle\Managers\Shipment\ShipmentCourierManager" has been auto-registered for service "WmsBundle\Services\Entity\Shipment\ShipmentCourierService".
  • Type "WmsBundle\Mappers\Shipment\ShipmentCourierMapper" has been auto-registered for service "WmsBundle\Services\Entity\Shipment\ShipmentCourierService".
  • Type "WmsBundle\Mappers\CancellingLocationMapper" has been auto-registered for service "WmsBundle\Services\Entity\CancellingLocationService".
  • Type "WmsBundle\Managers\Production\ProductionOrderTransferManager" has been auto-registered for service "WmsBundle\Services\Entity\Production\ProductionOrderTransferService".
  • Type "WmsBundle\Mappers\Production\ProductionOrderTransferMapper" has been auto-registered for service "WmsBundle\Services\Entity\Production\ProductionOrderTransferService".
  • Type "WmsBundle\Services\Entity\Production\ProductionOrderTransferService" has been auto-registered for service "WmsBundle\Services\Entity\Production\ProductionOrderService".
  • Type "WmsBundle\Mappers\BobbinMapper" has been auto-registered for service "WmsBundle\Services\Entity\BobbinService".
  • Type "WmsBundle\Services\QuickActions\UserService" has been auto-registered for service "WmsBundle\Services\QuickActions\PickListService".
  • Type "WmsBundle\Services\QuickActions\PickListService" has been auto-registered for service "WmsBundle\Services\QuickActions\OrderService".
  • Type "WmsBundle\Services\QuickActions\ShipmentService" has been auto-registered for service "WmsBundle\Services\QuickActions\OrderService".
36
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "lock.default.store"; reason: private alias.
  • Removed service "lock.store"; reason: private alias.
  • Removed service "lock.factory"; reason: private alias.
  • Removed service "lock"; reason: private alias.
  • Removed service "Symfony\Component\Lock\StoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\Lock\Factory"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.user.provider.concrete.fos_userbundle"; reason: private alias.
  • Removed service "security.user_checker.oauth_authorize"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "fos_user.doctrine_registry"; reason: private alias.
  • Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Model\GroupManagerInterface"; reason: private alias.
  • Removed service "fos_oauth_server.user_provider"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "service_locator._fpuy7b"; reason: private alias.
  • Removed service "service_locator.ml7rum7"; reason: private alias.
  • Removed service "translator.logging.inner"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
87
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "wms.planning.planner" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "wms.common.mail" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "wms.services.portal" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wms.import.writers.product_variant_writer" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wms.injector.entity_services" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "wms.injector.entity_services" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "wms.services.logger" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "WmsBundle\Services\Entity\Production\ProductionOrderService" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "WmsBundle\Services\Entity\Production\ProductionIssueService" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "wms.serializer.user" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "WmsBundle\Serializer\ShippingTemplateSerializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "WebserviceBundle\Event\ExceptionListener" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "translator_listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "routing.loader.annotation" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.validator.user_password" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.provider.dao" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "data_collector.security" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "security.command.user_password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "twig" previously pointing to "twig.loader.filesystem" to "twig.loader".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "swiftmailer.email_sender.listener" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "doctrine.orm.default_annotation_metadata_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.controller.listener" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.routing.loader.annot_class" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "jms_serializer.metadata.annotation_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.json_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.xml_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "fos_rest.serializer.exception_wrapper_normalizer" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_rest.routing.loader.reader.controller" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.routing.loader.reader.action" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.request.param_fetcher.reader" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_user.util.password_updater" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "fos_user.util.canonical_fields_updater" previously pointing to "fos_user.util.canonicalizer.default" to "fos_user.util.email_canonicalizer".
  • Changed reference of service "fos_user.util.canonical_fields_updater" previously pointing to "fos_user.util.canonicalizer.default" to "fos_user.util.email_canonicalizer".
  • Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_oauth_server.server" previously pointing to "fos_oauth_server.storage.default" to "fos_oauth_server.storage".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "service_locator.lluwcxp" previously pointing to "router.default" to "router".
  • Changed reference of service "security.password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "swiftmailer.mailer.default.transport" previously pointing to "swiftmailer.mailer.default.spool.memory" to "swiftmailer.mailer.default.spool".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "fos_user.mailer" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.mailer" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "fos_oauth_server.storage" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
82
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "lock.store.memcached.abstract"; reason: abstract.
  • Removed service "lock.store.redis.abstract"; reason: abstract.
  • Removed service "lock.store.combined.abstract"; reason: abstract.
  • Removed service "lock.factory.abstract"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.listener.digest"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.mail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
97
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "wms.planning.task_converter.picklist" to "wms.planning.task_converter".
  • Inlined service "wms.planning.task_converter.problem_picklist" to "wms.planning.task_converter".
  • Inlined service "wms.planning.task_converter.transfer" to "wms.planning.task_converter".
  • Inlined service "wms.planning.task_converter.transfer_line" to "wms.planning.task_converter".
  • Inlined service "wms.planning.task_converter.inbound_transfer" to "wms.planning.task_converter".
  • Inlined service "wms.planning.task_converter.production_order" to "wms.planning.task_converter".
  • Inlined service "autowired.WmsBundle\Mappers\ShippingTemplate\ShippingTemplateMapper" to "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateService".
  • Inlined service "autowired.WmsBundle\Services\DummyService" to "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateService".
  • Inlined service "autowired.WmsBundle\Managers\ShippingTemplate\ShippingTemplateFieldManager" to "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateFieldService".
  • Inlined service "autowired.WmsBundle\Mappers\ShippingTemplate\ShippingTemplateFieldMapper" to "WmsBundle\Services\Entity\ShippingTemplate\ShippingTemplateFieldService".
  • Inlined service "autowired.WmsBundle\Managers\LanguageManager" to "WmsBundle\Services\Entity\LanguageService".
  • Inlined service "autowired.WmsBundle\Mappers\LanguageMapper" to "WmsBundle\Services\Entity\LanguageService".
  • Inlined service "autowired.WmsBundle\Managers\ArticleGroupManager" to "WmsBundle\Services\Entity\ArticleGroupService".
  • Inlined service "autowired.WmsBundle\Mappers\ArticleGroupMapper" to "WmsBundle\Services\Entity\ArticleGroupService".
  • Inlined service "autowired.WmsBundle\Managers\Inbound\ReservedInboundManager" to "WmsBundle\Services\Entity\Inbound\ReservedInboundService".
  • Inlined service "autowired.WmsBundle\Mappers\Inbound\ReservedInboundMapper" to "WmsBundle\Services\Entity\Inbound\ReservedInboundService".
  • Inlined service "autowired.WmsBundle\Mappers\Batch\ReservedBatchNumberMapper" to "WmsBundle\Services\Entity\Batch\ReservedBatchNumberService".
  • Inlined service "autowired.WmsBundle\Managers\VariantWarehouseManager" to "wms.services.variantWarehouse".
  • Inlined service "autowired.WmsBundle\Services\Entity\Batch\BatchNumberVariantService" to "wms.services.order_line".
  • Inlined service "autowired.WmsBundle\Services\ShippingMethods\LumShippingService" to "WmsBundle\Services\Entity\ShipmentService".
  • Inlined service "autowired.WmsBundle\Managers\Shipment\ShipmentCourierManager" to "WmsBundle\Services\Entity\Shipment\ShipmentCourierService".
  • Inlined service "autowired.WmsBundle\Mappers\Shipment\ShipmentCourierMapper" to "WmsBundle\Services\Entity\Shipment\ShipmentCourierService".
  • Inlined service "autowired.WmsBundle\Mappers\CancellingLocationMapper" to "WmsBundle\Services\Entity\CancellingLocationService".
  • Inlined service "autowired.WmsBundle\Services\Entity\Production\ProductionOrderTransferService" to "WmsBundle\Services\Entity\Production\ProductionOrderService".
  • Inlined service "autowired.WmsBundle\Mappers\BobbinMapper" to "WmsBundle\Services\Entity\BobbinService".
  • Inlined service "autowired.WmsBundle\Services\QuickActions\PickListService" to "WmsBundle\Services\QuickActions\OrderService".
  • Inlined service "autowired.WmsBundle\Services\QuickActions\ShipmentService" to "WmsBundle\Services\QuickActions\OrderService".
  • Inlined service "service_locator.o0cobhk" to "fragment.handler".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "session.attribute_bag" to "session".
  • Inlined service "session.flash_bag" to "session".
  • Inlined service "1_NativeFileSessionHandler~q0puokt" to "session.handler.native_file".
  • Inlined service "2_ServiceLocator~q0puokt" to "session_listener".
  • Inlined service "1_ResolvedFormTypeFactory~zxxaw5r" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "service_locator.j4mbruz" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.choice_list_factory.cached" to "form.type.choice".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "form.server_params" to "form.type_extension.form.request_handler".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "fos_user.validator.initializer" to "validator.builder".
  • Inlined service "1_PhpArrayAdapter~rhyqcyt" to "validator.mapping.cache.symfony".
  • Inlined service "2_ApcCache~rhyqcyt" to "validator.mapping.cache.doctrine.apc".
  • Inlined service "service_locator.436zk0z" to "validator.validator_factory".
  • Inlined service "service_locator.yepb.pt" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "translator.selector" to "translator.formatter.default".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "service_locator.s.m3yzc.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "snc_redis.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "debug.event_dispatcher.inner" to "debug.event_dispatcher".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.service" to "routing.resolver".
  • Inlined service "sensio_framework_extra.routing.loader.annot_dir" to "routing.resolver".
  • Inlined service "sensio_framework_extra.routing.loader.annot_file" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service "service_locator.lluwcxp.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "2_PhpArrayAdapter~1esa3uu" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "lock.store.semaphore" to "lock.default.factory".
  • Inlined service "1_ServiceLocator~rncvblo" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "service_locator.v60ichl" to "security.firewall.map".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service "security.request_matcher.ycpk1ip" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.oauth_token" to "security.firewall.map.context.oauth_token".
  • Inlined service "security.exception_listener.oauth_authorize" to "security.firewall.map.context.oauth_authorize".
  • Inlined service "security.firewall.map.config.oauth_authorize" to "security.firewall.map.context.oauth_authorize".
  • Inlined service "fos_oauth_server.security.entry_point" to "security.exception_listener.api".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "wms.twig.printer" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "cocur_slugify.twig.slugify" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service "service_locator.c7_qahl.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "service_locator.sng9lji" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~7l_tngn" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~7l_tngn" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~7l_tngn" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service "fos_user.user_listener" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_xml_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_entity_manager.metadata_factory" to "doctrine.orm.default_entity_manager.property_info_extractor".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.php_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "security.authentication.session_strategy" to "fos_user.security.login_manager".
  • Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "snc_redis.default_connectionfactory" to "snc_redis.client.default_options".
  • Inlined service "snc_redis.connection.default_parameters.default" to "snc_redis.default".
  • Inlined service "snc_redis.client.default_options" to "snc_redis.default".
  • Inlined service "snc_redis.cache_connectionfactory" to "snc_redis.client.cache_options".
  • Inlined service "snc_redis.connection.cache_parameters.cache" to "snc_redis.cache".
  • Inlined service "snc_redis.client.cache_options" to "snc_redis.cache".
  • Inlined service "var_dumper.html_dumper" to "twig.extension.dump".
  • Inlined service "1_NonceGenerator~ukjju6j" to "web_profiler.csp.handler".
  • Inlined service "2_HtmlDumper~ukjju6j" to "twig.extension.webprofiler".
  • Inlined service "service_locator.it3sh5_" to "console.command_loader".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service "service_locator.s.m3yzc" to "service_locator.s.m3yzc.translation.warmer".
  • Inlined service "service_locator.lluwcxp" to "service_locator.lluwcxp.router.cache_warmer".
  • Inlined service "service_locator.c7_qahl" to "service_locator.c7_qahl.twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be" to "service_locator.2m3e4be.twig.template_cache_warmer".
  • Inlined service "autowired.WmsBundle\Managers\SpreadSheetManager" to "autowired.WmsBundle\Services\Entity\SpreadSheetService".
  • Inlined service "autowired.WmsBundle\Mappers\SpreadSheetMapper" to "autowired.WmsBundle\Services\Entity\SpreadSheetService".
  • Inlined service "autowired.WmsBundle\Services\NumberFormatService" to "autowired.WmsBundle\Services\Entity\SpreadSheetService".
  • Inlined service "autowired.WmsBundle\Managers\Batch\BatchNumberVariantManager" to "autowired.WmsBundle\Services\Entity\Batch\BatchNumberVariantService".
  • Inlined service "autowired.WmsBundle\Mappers\Batch\BatchNumberVariantMapper" to "autowired.WmsBundle\Services\Entity\Batch\BatchNumberVariantService".
  • Inlined service "autowired.WmsBundle\Managers\PickListLineLocationManager" to "autowired.WmsBundle\Services\Entity\PickListLineLocationService".
  • Inlined service "autowired.WmsBundle\Mappers\PickListLineLocationMapper" to "autowired.WmsBundle\Services\Entity\PickListLineLocationService".
  • Inlined service "autowired.WmsBundle\Managers\Production\ProductionOrderTransferManager" to "autowired.WmsBundle\Services\Entity\Production\ProductionOrderTransferService".
  • Inlined service "autowired.WmsBundle\Mappers\Production\ProductionOrderTransferMapper" to "autowired.WmsBundle\Services\Entity\Production\ProductionOrderTransferService".
  • Inlined service "autowired.WmsBundle\Services\QuickActions\UserService" to "autowired.WmsBundle\Services\QuickActions\PickListService".
  • Inlined service "translator.logging" to "translator".
  • Inlined service "1_ArrayCache~1esa3uu" to "annotation_reader".
  • Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.naming_strategy".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer.accessor_strategy".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "lock.default.factory" to "wms.injector.entity_services".
  • Inlined service "assets.empty_version_strategy" to "assets.packages".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "snc_redis.client.default_profile" to "snc_redis.default".
  • Inlined service "snc_redis.client.default_profile" to "snc_redis.default".
  • Inlined service "snc_redis.client.cache_profile" to "snc_redis.cache".
  • Inlined service "snc_redis.client.cache_profile" to "snc_redis.cache".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
211
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "wms.planning.task_converter.picklist"; reason: unused.
  • Removed service "wms.planning.task_converter.problem_picklist"; reason: unused.
  • Removed service "wms.planning.task_converter.transfer"; reason: unused.
  • Removed service "wms.planning.task_converter.transfer_line"; reason: unused.
  • Removed service "wms.planning.task_converter.inbound_transfer"; reason: unused.
  • Removed service "wms.planning.task_converter.production_order"; reason: unused.
  • Removed service "wms.planning.task_finder.bobbin"; reason: unused.
  • Removed service "wms.twig.printer"; reason: unused.
  • Removed service "argument_metadata_factory"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service "2_ServiceLocator~q0puokt"; reason: unused.
  • Removed service "1_NativeFileSessionHandler~q0puokt"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.handler.write_check"; reason: unused.
  • Removed service "form.extension"; reason: unused.
  • Removed service "form.choice_list_factory.default"; reason: unused.
  • Removed service "form.choice_list_factory.property_access"; reason: unused.
  • Removed service "form.choice_list_factory.cached"; reason: unused.
  • Removed service "form.type_extension.form.request_handler"; reason: unused.
  • Removed service "form.server_params"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets._default_package"; reason: unused.
  • Removed service "templating.engine.delegating"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "2_ApcCache~rhyqcyt"; reason: unused.
  • Removed service "1_PhpArrayAdapter~rhyqcyt"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.doctrine.apc"; reason: unused.
  • Removed service "validator.validator_factory"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "translator.formatter.default"; reason: unused.
  • Removed service "translation.dumper.yaml"; reason: unused.
  • Removed service "profiler.storage"; reason: unused.
  • Removed service "data_collector.config"; reason: unused.
  • Removed service "data_collector.ajax"; reason: unused.
  • Removed service "data_collector.exception"; reason: unused.
  • Removed service "data_collector.events"; reason: unused.
  • Removed service "data_collector.logger"; reason: unused.
  • Removed service "data_collector.time"; reason: unused.
  • Removed service "data_collector.memory"; reason: unused.
  • Removed service "data_collector.cache"; reason: unused.
  • Removed service "1_ResolvedFormTypeFactory~zxxaw5r"; reason: unused.
  • Removed service "data_collector.validator"; reason: unused.
  • Removed service "cache_connection.gd_mszc"; reason: unused.
  • Removed service "cache_connection.jke6kex"; reason: unused.
  • Removed service "cache.property_access"; reason: unused.
  • Removed service "routing.resolver"; reason: unused.
  • Removed service "routing.loader.xml"; reason: unused.
  • Removed service "routing.loader.yml"; reason: unused.
  • Removed service "routing.loader.php"; reason: unused.
  • Removed service "routing.loader.glob"; reason: unused.
  • Removed service "routing.loader.directory"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "routing.loader.annotation.directory"; reason: unused.
  • Removed service "routing.loader.annotation.file"; reason: unused.
  • Removed service "2_PhpArrayAdapter~1esa3uu"; reason: unused.
  • Removed service "1_ArrayCache~1esa3uu"; reason: unused.
  • Removed service "annotations.dummy_registry"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "lock.store.flock"; reason: unused.
  • Removed service "lock.store.semaphore"; reason: unused.
  • Removed service "lock.strategy.majority"; reason: unused.
  • Removed service "lock.default"; reason: unused.
  • Removed service "1_ServiceLocator~rncvblo"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy"; reason: unused.
  • Removed service "security.expression_language"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.retry_entry_point"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.authentication.digest_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "twig.extension.logout_url"; reason: unused.
  • Removed service "twig.extension.security"; reason: unused.
  • Removed service "data_collector.security"; reason: unused.
  • Removed service "security.firewall.map.config.oauth_token"; reason: unused.
  • Removed service "security.firewall.map.config.oauth_authorize"; reason: unused.
  • Removed service "security.exception_listener.oauth_authorize"; reason: unused.
  • Removed service "security.firewall.map.config.api"; reason: unused.
  • Removed service "security.exception_listener.api"; reason: unused.
  • Removed service "service_locator.v60ichl"; reason: unused.
  • Removed service "security.request_matcher.ycpk1ip"; reason: unused.
  • Removed service "twig.app_variable"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.profiler"; reason: unused.
  • Removed service "data_collector.twig"; reason: unused.
  • Removed service "twig.extension.trans"; reason: unused.
  • Removed service "twig.extension.assets"; reason: unused.
  • Removed service "twig.extension.code"; reason: unused.
  • Removed service "twig.extension.routing"; reason: unused.
  • Removed service "twig.extension.yaml"; reason: unused.
  • Removed service "twig.extension.debug.stopwatch"; reason: unused.
  • Removed service "twig.extension.expression"; reason: unused.
  • Removed service "twig.extension.httpkernel"; reason: unused.
  • Removed service "twig.extension.httpfoundation"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.configurator.environment"; reason: unused.
  • Removed service "twig.runtime_loader"; reason: unused.
  • Removed service "twig.extension.form"; reason: unused.
  • Removed service "twig.form.engine"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~7l_tngn"; reason: unused.
  • Removed service "2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~7l_tngn"; reason: unused.
  • Removed service "1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~7l_tngn"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.mailinvoker"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "swiftmailer.data_collector"; reason: unused.
  • Removed service "swiftmailer.mailer.default.transport.authhandler"; reason: unused.
  • Removed service "swiftmailer.mailer.default.transport.buffer"; reason: unused.
  • Removed service "swiftmailer.transport.configurator.default"; reason: unused.
  • Removed service "doctrine.dbal.logger"; reason: unused.
  • Removed service "data_collector.doctrine"; reason: unused.
  • Removed service "doctrine.twig.doctrine_extension"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.configuration"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain.default"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.event_manager"; reason: unused.
  • Removed service "doctrine.orm.container_repository_factory"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.orm.default_configuration"; reason: unused.
  • Removed service "doctrine.orm.default_xml_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_annotation_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_entity_manager.metadata_factory"; reason: unused.
  • Removed service "sensio_framework_extra.routing.loader.annot_dir"; reason: unused.
  • Removed service "sensio_framework_extra.routing.loader.annot_file"; reason: unused.
  • Removed service "sensio_framework_extra.security.expression_language.default"; reason: unused.
  • Removed service "jms_serializer.event_dispatcher"; reason: unused.
  • Removed service "jms_serializer.metadata.yaml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.xml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.php_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.annotation_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.lazy_loading_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.cache.file_cache"; reason: unused.
  • Removed service "jms_serializer.metadata_factory"; reason: unused.
  • Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.expression_language"; reason: unused.
  • Removed service "jms_serializer.expression_language.function_provider"; reason: unused.
  • Removed service "jms_serializer.twig_extension.serializer"; reason: unused.
  • Removed service "jms_serializer.accessor_strategy.default"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request_matcher"; reason: unused.
  • Removed service "fos_user.user_manager.default"; reason: unused.
  • Removed service "fos_user.user_listener"; reason: unused.
  • Removed service "fos_user.validator.initializer"; reason: unused.
  • Removed service "fos_user.user_provider.username_email"; reason: unused.
  • Removed service "fos_user.mailer.twig_swift"; reason: unused.
  • Removed service "fos_user.mailer.noop"; reason: unused.
  • Removed service "fos_user.user_to_username_transformer"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.provider"; reason: unused.
  • Removed service "fos_oauth_server.security.authentication.listener"; reason: unused.
  • Removed service "fos_oauth_server.security.entry_point"; reason: unused.
  • Removed service "nelmio_cors.options_resolver"; reason: unused.
  • Removed service "cocur_slugify.twig.slugify"; reason: unused.
  • Removed service "snc_redis.data_collector"; reason: unused.
  • Removed service "snc_redis.connection.default_parameters.default"; reason: unused.
  • Removed service "snc_redis.client.default_options"; reason: unused.
  • Removed service "snc_redis.connection.cache_parameters.cache"; reason: unused.
  • Removed service "snc_redis.client.cache_options"; reason: unused.
  • Removed service "twig.extension.dump"; reason: unused.
  • Removed service "var_dumper.html_dumper"; reason: unused.
  • Removed service "2_HtmlDumper~ukjju6j"; reason: unused.
  • Removed service "1_NonceGenerator~ukjju6j"; reason: unused.
  • Removed service "twig.extension.webprofiler"; reason: unused.
  • Removed service "service_locator.it3sh5_"; reason: unused.
  • Removed service "service_locator.yepb.pt"; reason: unused.
  • Removed service "service_locator.o0cobhk"; reason: unused.
  • Removed service "service_locator.j4mbruz"; reason: unused.
  • Removed service "snc_redis.default_connectionfactory"; reason: unused.
  • Removed service "snc_redis.cache_connectionfactory"; reason: unused.
  • Removed service "debug.validator.inner"; reason: unused.
  • Removed service "debug.event_dispatcher.inner"; reason: unused.
  • Removed service "debug.controller_resolver.inner"; reason: unused.
  • Removed service "debug.argument_resolver.inner"; reason: unused.
  • Removed service "debug.security.access.decision_manager.inner"; reason: unused.
  • Removed service "service_locator.s.m3yzc"; reason: unused.
  • Removed service "service_locator.s.m3yzc.translation.warmer"; reason: unused.
  • Removed service "service_locator.lluwcxp"; reason: unused.
  • Removed service "service_locator.lluwcxp.router.cache_warmer"; reason: unused.
  • Removed service "service_locator.c7_qahl"; reason: unused.
  • Removed service "service_locator.c7_qahl.twig.cache_warmer"; reason: unused.
  • Removed service "service_locator.2m3e4be"; reason: unused.
  • Removed service "service_locator.2m3e4be.twig.template_cache_warmer"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\ShippingTemplate\ShippingTemplateMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\DummyService"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\ShippingTemplate\ShippingTemplateFieldManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\ShippingTemplate\ShippingTemplateFieldMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\LanguageManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\LanguageMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\ArticleGroupManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\ArticleGroupMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\Inbound\ReservedInboundManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\Inbound\ReservedInboundMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\Batch\ReservedBatchNumberMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\VariantWarehouseManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\SpreadSheetManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\SpreadSheetMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\NumberFormatService"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\Batch\BatchNumberVariantManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\Batch\BatchNumberVariantMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\Entity\Batch\BatchNumberVariantService"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\PickListLineLocationManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\PickListLineLocationMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\ShippingMethods\LumShippingService"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\Shipment\ShipmentCourierManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\Shipment\ShipmentCourierMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\CancellingLocationMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Managers\Production\ProductionOrderTransferManager"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\Production\ProductionOrderTransferMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\Entity\Production\ProductionOrderTransferService"; reason: unused.
  • Removed service "autowired.WmsBundle\Mappers\BobbinMapper"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\QuickActions\UserService"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\QuickActions\PickListService"; reason: unused.
  • Removed service "autowired.WmsBundle\Services\QuickActions\ShipmentService"; reason: unused.
  • Removed service "service_locator.436zk0z"; reason: unused.
  • Removed service "cache.app.recorder_inner"; reason: unused.
  • Removed service "cache.system.recorder_inner"; reason: unused.
  • Removed service "cache.validator.recorder_inner"; reason: unused.
  • Removed service "cache.serializer.recorder_inner"; reason: unused.
  • Removed service "cache.annotations.recorder_inner"; reason: unused.
  • Removed service "service_locator.sng9lji"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "routing.loader.annotation"; reason: unused.
  • Removed service "lock.default.factory"; reason: unused.
  • Removed service "sensio_framework_extra.routing.loader.annot_class"; reason: unused.
  • Removed service "jms_serializer.metadata.file_locator"; reason: unused.
  • Removed service "jms_serializer.metadata.chain_driver"; reason: unused.
  • Removed service "snc_redis.client.default_profile"; reason: unused.
  • Removed service "snc_redis.client.cache_profile"; reason: unused.
255
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "snc_redis.client" was defined on service(s) "snc_redis.default", "snc_redis.cache", but was never used.
  • Tag "property_info.list_extractor" was defined on service(s) "doctrine.orm.default_entity_manager.property_info_extractor", but was never used. Did you mean "property_info.type_extractor"?
  • Tag "property_info.type_extractor" was defined on service(s) "doctrine.orm.default_entity_manager.property_info_extractor", but was never used. Did you mean "property_info.list_extractor"?
  • Tag "container.service_subscriber.locator" was defined on service(s) "translation.warmer", "router.cache_warmer", "twig.cache_warmer", "twig.template_cache_warmer", but was never used. Did you mean "container.service_locator", "container.service_subscriber"?
4