13:50:44
|
php
|
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
"exception" => ErrorException {#598
#message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
#code: 0
#file: "/var/www/quinibar/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
#line: 66
#severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66: {
: 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',
: E_USER_DEPRECATED
: );
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:1967: {
: $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
: $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
: $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4616: {
:
: $instance->addExtension(new \AppBundle\Twig\Quinibar(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4654: {
: {
: return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:69: {
:
: return array($this->container->get($service), $method);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43: {
:
: $resolvedController = parent::createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:88: {
:
: $callable = $this->createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:40: {
: {
: $controller = parent::getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49: {
:
: $ret = $this->resolver->getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134: {
: // load controller
: if (false === $controller = $this->resolver->getController($request)) {
: throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68: {
: try {
: return $this->handleRaw($request, $type);
: } catch (\Exception $e) {
arguments: {
$request: Request {#89 …}
$type: 1
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55: {
: try {
: $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
: } catch (\Exception $e) {
}
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:104: {
:
: call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);
:
arguments: {
$function_name: [ …2]
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
TraceableEventDispatcher {#201 …}
}
}
}
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212: {
: }
: call_user_func($listener, $event, $eventName, $this);
: }
arguments: {
$function_name: WrappedListener {#205 …}
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
ContainerAwareEventDispatcher {#70 …}
}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44: {
: if ($listeners = $this->getListeners($eventName)) {
: $this->doDispatch($listeners, $eventName, $event);
: }
arguments: {
$listeners: [ …12]
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:139: {
:
: $this->dispatcher->dispatch($eventName, $event);
:
arguments: {
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228: {
: $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
: $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79: {
:
: return $this->handleException($e, $request, $type);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:169: {
:
: return $this->getHttpKernel()->handle($request, $type, $catch);
: }
arguments: {
$request: Request {#89 …}
$type: 1
$catch: true
}
}
/var/www/quinibar/web/app_dev.php:29: {
: $request = Request::createFromGlobals();
: $response = $kernel->handle($request);
: $response->send();
arguments: {
$request: Request {#89 …}
}
}
}
}
]
{
/var/www/quinibar/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66: {
: 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',
: E_USER_DEPRECATED
: );
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:1967: {
: $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
: $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
: $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4616: {
:
: $instance->addExtension(new \AppBundle\Twig\Quinibar(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4654: {
: {
: return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:69: {
:
: return array($this->container->get($service), $method);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43: {
:
: $resolvedController = parent::createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:88: {
:
: $callable = $this->createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:40: {
: {
: $controller = parent::getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49: {
:
: $ret = $this->resolver->getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134: {
: // load controller
: if (false === $controller = $this->resolver->getController($request)) {
: throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68: {
: try {
: return $this->handleRaw($request, $type);
: } catch (\Exception $e) {
arguments: {
$request: Request {#89 …}
$type: 1
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55: {
: try {
: $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
: } catch (\Exception $e) {
}
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:104: {
:
: call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);
:
arguments: {
$function_name: [ …2]
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
TraceableEventDispatcher {#201 …}
}
}
}
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212: {
: }
: call_user_func($listener, $event, $eventName, $this);
: }
arguments: {
$function_name: WrappedListener {#205 …}
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
ContainerAwareEventDispatcher {#70 …}
}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44: {
: if ($listeners = $this->getListeners($eventName)) {
: $this->doDispatch($listeners, $eventName, $event);
: }
arguments: {
$listeners: [ …12]
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:139: {
:
: $this->dispatcher->dispatch($eventName, $event);
:
arguments: {
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228: {
: $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
: $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79: {
:
: return $this->handleException($e, $request, $type);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:169: {
:
: return $this->getHttpKernel()->handle($request, $type, $catch);
: }
arguments: {
$request: Request {#89 …}
$type: 1
$catch: true
}
}
/var/www/quinibar/web/app_dev.php:29: {
: $request = Request::createFromGlobals();
: $response = $kernel->handle($request);
: $response->send();
arguments: {
$request: Request {#89 …}
}
}
}
|
13:50:44
|
php
|
User Deprecated: The "Symfony\Bridge\Twig\Extension\FormExtension" class implements "Twig\Extension\InitRuntimeInterface" that is deprecated since Twig 2.7, to be removed in 3.0
[
"exception" => ErrorException {#532
#message: "User Deprecated: The "Symfony\Bridge\Twig\Extension\FormExtension" class implements "Twig\Extension\InitRuntimeInterface" that is deprecated since Twig 2.7, to be removed in 3.0"
#code: 0
#file: "/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php"
#line: 238
#severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:238: {
: if (!isset($parentInterfaces[$interface])) {
: @trigger_error(sprintf('The "%s" %s "%s" that is deprecated %s', $name, $refl->isInterface() ? 'interface extends' : 'class implements', $interface, self::$deprecated[$interface]), E_USER_DEPRECATED);
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4629: {
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(array(0 => $this, 1 => 'twig.form.renderer')));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4654: {
: {
: return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:69: {
:
: return array($this->container->get($service), $method);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43: {
:
: $resolvedController = parent::createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:88: {
:
: $callable = $this->createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:40: {
: {
: $controller = parent::getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49: {
:
: $ret = $this->resolver->getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134: {
: // load controller
: if (false === $controller = $this->resolver->getController($request)) {
: throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68: {
: try {
: return $this->handleRaw($request, $type);
: } catch (\Exception $e) {
arguments: {
$request: Request {#89 …}
$type: 1
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55: {
: try {
: $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
: } catch (\Exception $e) {
}
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:104: {
:
: call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);
:
arguments: {
$function_name: [ …2]
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
TraceableEventDispatcher {#201 …}
}
}
}
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212: {
: }
: call_user_func($listener, $event, $eventName, $this);
: }
arguments: {
$function_name: WrappedListener {#205 …}
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
ContainerAwareEventDispatcher {#70 …}
}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44: {
: if ($listeners = $this->getListeners($eventName)) {
: $this->doDispatch($listeners, $eventName, $event);
: }
arguments: {
$listeners: [ …12]
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:139: {
:
: $this->dispatcher->dispatch($eventName, $event);
:
arguments: {
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228: {
: $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
: $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79: {
:
: return $this->handleException($e, $request, $type);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:169: {
:
: return $this->getHttpKernel()->handle($request, $type, $catch);
: }
arguments: {
$request: Request {#89 …}
$type: 1
$catch: true
}
}
/var/www/quinibar/web/app_dev.php:29: {
: $request = Request::createFromGlobals();
: $response = $kernel->handle($request);
: $response->send();
arguments: {
$request: Request {#89 …}
}
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:238: {
: if (!isset($parentInterfaces[$interface])) {
: @trigger_error(sprintf('The "%s" %s "%s" that is deprecated %s', $name, $refl->isInterface() ? 'interface extends' : 'class implements', $interface, self::$deprecated[$interface]), E_USER_DEPRECATED);
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4629: {
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(array(0 => $this, 1 => 'twig.form.renderer')));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4654: {
: {
: return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:69: {
:
: return array($this->container->get($service), $method);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43: {
:
: $resolvedController = parent::createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:88: {
:
: $callable = $this->createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:40: {
: {
: $controller = parent::getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49: {
:
: $ret = $this->resolver->getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134: {
: // load controller
: if (false === $controller = $this->resolver->getController($request)) {
: throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68: {
: try {
: return $this->handleRaw($request, $type);
: } catch (\Exception $e) {
arguments: {
$request: Request {#89 …}
$type: 1
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55: {
: try {
: $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
: } catch (\Exception $e) {
}
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:104: {
:
: call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);
:
arguments: {
$function_name: [ …2]
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
TraceableEventDispatcher {#201 …}
}
}
}
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212: {
: }
: call_user_func($listener, $event, $eventName, $this);
: }
arguments: {
$function_name: WrappedListener {#205 …}
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
ContainerAwareEventDispatcher {#70 …}
}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44: {
: if ($listeners = $this->getListeners($eventName)) {
: $this->doDispatch($listeners, $eventName, $event);
: }
arguments: {
$listeners: [ …12]
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:139: {
:
: $this->dispatcher->dispatch($eventName, $event);
:
arguments: {
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228: {
: $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
: $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79: {
:
: return $this->handleException($e, $request, $type);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:169: {
:
: return $this->getHttpKernel()->handle($request, $type, $catch);
: }
arguments: {
$request: Request {#89 …}
$type: 1
$catch: true
}
}
/var/www/quinibar/web/app_dev.php:29: {
: $request = Request::createFromGlobals();
: $response = $kernel->handle($request);
: $response->send();
arguments: {
$request: Request {#89 …}
}
}
}
|
13:50:44
|
php
|
User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
[
"exception" => ErrorException {#474
#message: "User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead."
#code: 0
#file: "/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"
#line: 7
#severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7: {
:
: @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php:17: {
:
: class AsseticExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
: {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php:24: {
: */
: class AsseticExtension extends BaseAsseticExtension
: {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4633: {
: $instance->addExtension(${($_ = isset($this->services['mobile_detect.twig.extension']) ? $this->services['mobile_detect.twig.extension'] : $this->get('mobile_detect.twig.extension')) && false ?: '_'});
: $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : $this->get('templating.name_parser')) && false ?: '_'}, true, array(), array(0 => 'FrameworkBundle', 1 => 'SecurityBundle', 2 => 'TwigBundle', 3 => 'MonologBundle', 4 => 'SwiftmailerBundle', 5 => 'DoctrineBundle', 6 => 'MobileDetectBundle', 7 => 'SensioFrameworkExtraBundle', 8 => 'DoctrineFixturesBundle', 9 => 'NelmioCorsBundle', 10 => 'FOSUserBundle', 11 => 'AsseticBundle', 12 => 'AppBundle', 13 => 'FirebaseBundle', 14 => 'DebugBundle', 15 => 'WebProfilerBundle', 16 => 'SensioDistributionBundle', 17 => 'SensioGeneratorBundle', 18 => 'WebServerBundle'), new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->get('var_dumper.cloner')) && false ?: '_'}, $d));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4654: {
: {
: return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:69: {
:
: return array($this->container->get($service), $method);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43: {
:
: $resolvedController = parent::createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:88: {
:
: $callable = $this->createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:40: {
: {
: $controller = parent::getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49: {
:
: $ret = $this->resolver->getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134: {
: // load controller
: if (false === $controller = $this->resolver->getController($request)) {
: throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68: {
: try {
: return $this->handleRaw($request, $type);
: } catch (\Exception $e) {
arguments: {
$request: Request {#89 …}
$type: 1
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55: {
: try {
: $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
: } catch (\Exception $e) {
}
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:104: {
:
: call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);
:
arguments: {
$function_name: [ …2]
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
TraceableEventDispatcher {#201 …}
}
}
}
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212: {
: }
: call_user_func($listener, $event, $eventName, $this);
: }
arguments: {
$function_name: WrappedListener {#205 …}
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
ContainerAwareEventDispatcher {#70 …}
}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44: {
: if ($listeners = $this->getListeners($eventName)) {
: $this->doDispatch($listeners, $eventName, $event);
: }
arguments: {
$listeners: [ …12]
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:139: {
:
: $this->dispatcher->dispatch($eventName, $event);
:
arguments: {
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228: {
: $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
: $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79: {
:
: return $this->handleException($e, $request, $type);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:169: {
:
: return $this->getHttpKernel()->handle($request, $type, $catch);
: }
arguments: {
$request: Request {#89 …}
$type: 1
$catch: true
}
}
/var/www/quinibar/web/app_dev.php:29: {
: $request = Request::createFromGlobals();
: $response = $kernel->handle($request);
: $response->send();
arguments: {
$request: Request {#89 …}
}
}
}
}
]
{
/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7: {
:
: @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php:17: {
:
: class AsseticExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
: {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php:24: {
: */
: class AsseticExtension extends BaseAsseticExtension
: {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4633: {
: $instance->addExtension(${($_ = isset($this->services['mobile_detect.twig.extension']) ? $this->services['mobile_detect.twig.extension'] : $this->get('mobile_detect.twig.extension')) && false ?: '_'});
: $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : $this->get('templating.name_parser')) && false ?: '_'}, true, array(), array(0 => 'FrameworkBundle', 1 => 'SecurityBundle', 2 => 'TwigBundle', 3 => 'MonologBundle', 4 => 'SwiftmailerBundle', 5 => 'DoctrineBundle', 6 => 'MobileDetectBundle', 7 => 'SensioFrameworkExtraBundle', 8 => 'DoctrineFixturesBundle', 9 => 'NelmioCorsBundle', 10 => 'FOSUserBundle', 11 => 'AsseticBundle', 12 => 'AppBundle', 13 => 'FirebaseBundle', 14 => 'DebugBundle', 15 => 'WebProfilerBundle', 16 => 'SensioDistributionBundle', 17 => 'SensioGeneratorBundle', 18 => 'WebServerBundle'), new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
: $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->get('var_dumper.cloner')) && false ?: '_'}, $d));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/var/cache/dev/appDevDebugProjectContainer.php:4654: {
: {
: return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:329: {
: try {
: $service = $this->$method();
: } catch (\Exception $e) {
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:69: {
:
: return array($this->container->get($service), $method);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43: {
:
: $resolvedController = parent::createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:88: {
:
: $callable = $this->createController($controller);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:40: {
: {
: $controller = parent::getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49: {
:
: $ret = $this->resolver->getController($request);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134: {
: // load controller
: if (false === $controller = $this->resolver->getController($request)) {
: throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68: {
: try {
: return $this->handleRaw($request, $type);
: } catch (\Exception $e) {
arguments: {
$request: Request {#89 …}
$type: 1
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55: {
: try {
: $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
: } catch (\Exception $e) {
}
Symfony\Component\HttpKernel\EventListener\ExceptionListener->onKernelException(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:104: {
:
: call_user_func($this->listener, $event, $eventName, $this->dispatcher ?: $dispatcher);
:
arguments: {
$function_name: [ …2]
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
TraceableEventDispatcher {#201 …}
}
}
}
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(): {}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212: {
: }
: call_user_func($listener, $event, $eventName, $this);
: }
arguments: {
$function_name: WrappedListener {#205 …}
...$parameters: {
GetResponseEvent {#136 …}
"kernel.request"
ContainerAwareEventDispatcher {#70 …}
}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44: {
: if ($listeners = $this->getListeners($eventName)) {
: $this->doDispatch($listeners, $eventName, $event);
: }
arguments: {
$listeners: [ …12]
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:139: {
:
: $this->dispatcher->dispatch($eventName, $event);
:
arguments: {
$eventName: "kernel.request"
$event: GetResponseEvent {#136 …}
}
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228: {
: $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
: $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79: {
:
: return $this->handleException($e, $request, $type);
: }
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:169: {
:
: return $this->getHttpKernel()->handle($request, $type, $catch);
: }
arguments: {
$request: Request {#89 …}
$type: 1
$catch: true
}
}
/var/www/quinibar/web/app_dev.php:29: {
: $request = Request::createFromGlobals();
: $response = $kernel->handle($request);
: $response->send();
arguments: {
$request: Request {#89 …}
}
}
}
|
18:15:46
|
-
|
Using the "Twig_Extension" class is deprecated since Twig version 2.7, use "Twig\Extension\AbstractExtension" instead.
[
"exception" => SilencedErrorContext {#1319
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension.php:7: {
:
: @trigger_error(sprintf('Using the "Twig_Extension" class is deprecated since Twig version 2.7, use "Twig\Extension\AbstractExtension" instead.'), E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
arguments: {
"/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"
}
}
}
}
]
{
/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension.php:7: {
:
: @trigger_error(sprintf('Using the "Twig_Extension" class is deprecated since Twig version 2.7, use "Twig\Extension\AbstractExtension" instead.'), E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
arguments: {
"/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"
}
}
}
|
18:15:46
|
-
|
The "Symfony\Bridge\Twig\Extension\FormExtension" class implements "Twig\Extension\InitRuntimeInterface" that is deprecated since Twig 2.7, to be removed in 3.0
[
"exception" => SilencedErrorContext {#1741
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:238: {
: if (!isset($parentInterfaces[$interface])) {
: @trigger_error(sprintf('The "%s" %s "%s" that is deprecated %s', $name, $refl->isInterface() ? 'interface extends' : 'class implements', $interface, self::$deprecated[$interface]), E_USER_DEPRECATED);
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:238: {
: if (!isset($parentInterfaces[$interface])) {
: @trigger_error(sprintf('The "%s" %s "%s" that is deprecated %s', $name, $refl->isInterface() ? 'interface extends' : 'class implements', $interface, self::$deprecated[$interface]), E_USER_DEPRECATED);
: }
}
Symfony\Component\Debug\DebugClassLoader->loadClass(): {}
}
|
18:15:46
|
-
|
Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
[
"exception" => SilencedErrorContext {#1324
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7: {
:
: @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
arguments: {
"/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"
}
}
}
}
]
{
/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7: {
:
: @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:141: {
: if ($file = $this->classLoader[0]->findFile($class)) {
: require $file;
: }
arguments: {
"/var/www/quinibar/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"
}
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Api\Api::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1323
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Api\Group::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1322
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Api\League::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1735
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Api\Match::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1839
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Api\Pool::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1320
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Api\Round::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1321
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Api\User::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1316
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Category::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1317
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Crawler\Group::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1318
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Crawler\League::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1313
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Crawler\Match::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1314
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Crawler\Round::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1315
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Crawler\Team::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1310
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$em" of method "AppBundle\Service\Establishment::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1311
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Group::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1312
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\League::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1307
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Bank::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1308
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "AppBundle\Service\Model\Bank::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
"exception" => SilencedErrorContext {#1309
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\GlobalRound::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1304
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Match::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1305
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Notifications::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1306
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Pool::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1301
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "AppBundle\Service\Model\Pool::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
"exception" => SilencedErrorContext {#1302
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Ranking::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1303
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "AppBundle\Service\Model\Ranking::__construct()" to "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" instead.
[
"exception" => SilencedErrorContext {#1298
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Round::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1299
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Seasson::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1300
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\User::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1295
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Model\Week::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1296
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Team::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1297
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\User::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1292
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$entityManager" of method "AppBundle\Service\Utils::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1293
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|
18:15:46
|
-
|
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 "$em" of method "AppBundle\Twig\Quinibar::__construct()" to "Doctrine\ORM\EntityManagerInterface" instead.
[
"exception" => SilencedErrorContext {#1294
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
}
]
{
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:351: {
:
: @trigger_error($message, E_USER_DEPRECATED);
:
}
/var/www/quinibar/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:292: {
:
: 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));
}
}
|