https://my-audio-api.server-preprod.ovh/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136
[
  "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#652
    #message: "No route found for "GET /""
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 136
    -previous: Symfony\Component\Routing\Exception\NoConfigurationException {#833 …}
    -statusCode: 404
    -headers: []
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Deprecations 68

Log messages generated by using features marked as deprecated.

Time Channel Message
php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#10
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 210
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/ParameterBag.php:210 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/ParameterBag.php:21 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Request.php:21 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /var/www/my-audio-api/public/index.php:29 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#13
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 220
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/ParameterBag.php:220 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/ParameterBag.php:21 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Request.php:21 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /var/www/my-audio-api/public/index.php:29 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#14
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 255
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:255 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Request.php:22 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /var/www/my-audio-api/public/index.php:29 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#15
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 265
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:265 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Request.php:22 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /var/www/my-audio-api/public/index.php:29 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#644
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 134
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:22 {
        include_once …
        › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
      }
      /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:22 {
    include_once …
    › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  }
  /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#643
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 144
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:22 {
        include_once …
        › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
      }
      /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:22 {
    include_once …
    › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  }
  /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#642
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php"
    #line: 131
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:131 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
      }
      /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:131 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  }
  /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#641
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php"
    #line: 141
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:141 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
      }
      /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:141 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /var/www/my-audio-api/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:704 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  }
  /var/www/my-audio-api/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:450 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:780 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:183 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#436
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php"
    #line: 53
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php:53 {
        ApiPlatform\Symfony\EventListener\AddFormatListener->__construct(Negotiator $negotiator, $resourceMetadataFactory, array $formats = []) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface && $resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2609 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_AddFormatService() …
        › {    return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1855 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());}, 1 => 'onKernelRequest'], 28);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php:53 {
    ApiPlatform\Symfony\EventListener\AddFormatListener->__construct(Negotiator $negotiator, $resourceMetadataFactory, array $formats = []) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface && $resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2609 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_AddFormatService() …
    › {    return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1855 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());}, 1 => 'onKernelRequest'], 28);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#426
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php"
    #line: 52
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php:52 {
        ApiPlatform\Symfony\EventListener\QueryParameterValidateListener->__construct($resourceMetadataFactory, $queryParameterValidator, bool $enabled = true) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));} else {
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2639 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_View_ValidateQueryParametersService() …
        › {    return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1891 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());}, 1 => 'onKernelRequest'], 16);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php:52 {
    ApiPlatform\Symfony\EventListener\QueryParameterValidateListener->__construct($resourceMetadataFactory, $queryParameterValidator, bool $enabled = true) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));} else {
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2639 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_View_ValidateQueryParametersService() …
    › {    return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1891 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());}, 1 => 'onKernelRequest'], 16);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#304
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php"
    #line: 39
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php:39 {
        ApiPlatform\Serializer\SerializerContextBuilder->__construct($resourceMetadataFactory) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2769 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Serializer_ContextBuilder_FilterService() …
        › 
        ›     return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
        › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php:39 {
    ApiPlatform\Serializer\SerializerContextBuilder->__construct($resourceMetadataFactory) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2769 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Serializer_ContextBuilder_FilterService() …
    › 
    ›     return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
    › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#303
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php"
    #line: 38
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php:38 {
        ApiPlatform\Serializer\SerializerFilterContextBuilder->__construct($resourceMetadataFactory, ContainerInterface $filterLocator, SerializerContextBuilderInterface $decorated) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2769 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Serializer_ContextBuilder_FilterService() …
        › 
        ›     return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
        › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php:38 {
    ApiPlatform\Serializer\SerializerFilterContextBuilder->__construct($resourceMetadataFactory, ContainerInterface $filterLocator, SerializerContextBuilderInterface $decorated) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2769 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Serializer_ContextBuilder_FilterService() …
    › 
    ›     return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
    › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead.
[
  "exception" => ErrorException {#218
    #message: "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php"
    #line: 47
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php:47 {
        ApiPlatform\Core\Api\IdentifiersExtractor->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, PropertyAccessorInterface $propertyAccessor = null, ResourceClassResolverInterface $resourceClassResolver = null, bool $metadataBackwardCompatibilityLayer = null) …
        › if ($metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The service "%s" is deprecated, use %s instead.', self::class, NewIdentifiersExtractor::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2573 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_IdentifiersExtractor_CachedService() …
        › 
        ›     return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, $b, true), $a, $b);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2555 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Identifier_ConverterService() …
        › {    return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {        yield 0 => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
        › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php:47 {
    ApiPlatform\Core\Api\IdentifiersExtractor->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, PropertyAccessorInterface $propertyAccessor = null, ResourceClassResolverInterface $resourceClassResolver = null, bool $metadataBackwardCompatibilityLayer = null) …
    › if ($metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The service "%s" is deprecated, use %s instead.', self::class, NewIdentifiersExtractor::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2573 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_IdentifiersExtractor_CachedService() …
    › 
    ›     return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, $b, true), $a, $b);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2555 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Identifier_ConverterService() …
    › {    return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {        yield 0 => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
    › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0.
[
  "exception" => ErrorException {#215
    #message: "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Core/EventListener/ReadListener.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Core/EventListener/ReadListener.php:66 {
        ApiPlatform\Core\EventListener\ReadListener->__construct(CollectionDataProviderInterface $collectionDataProvider, ItemDataProviderInterface $itemDataProvider, SubresourceDataProviderInterface $subresourceDataProvider = null, SerializerContextBuilderInterface $serializerContextBuilder = null, IdentifierConverterInterface $identifierConverter = null, ResourceMetadataFactoryInterface $resourceMetadataFactory = null, ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, bool $metadataBackwardCompatibilityLayer = null) …
        › if ($metadataBackwardCompatibilityLayer || null === $metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The listener "%s" is deprecated and will be replaced by "%s" in 3.0.', __CLASS__, SymfonyReadListener::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
        › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Core/EventListener/ReadListener.php:66 {
    ApiPlatform\Core\EventListener\ReadListener->__construct(CollectionDataProviderInterface $collectionDataProvider, ItemDataProviderInterface $itemDataProvider, SubresourceDataProviderInterface $subresourceDataProvider = null, SerializerContextBuilderInterface $serializerContextBuilder = null, IdentifierConverterInterface $identifierConverter = null, ResourceMetadataFactoryInterface $resourceMetadataFactory = null, ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, bool $metadataBackwardCompatibilityLayer = null) …
    › if ($metadataBackwardCompatibilityLayer || null === $metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The listener "%s" is deprecated and will be replaced by "%s" in 3.0.', __CLASS__, SymfonyReadListener::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2629 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_Read_LegacyService() …
    › {    return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1876 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());}, 1 => 'onKernelRequest'], 4);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#173
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php"
    #line: 65
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php:65 {
        ApiPlatform\Core\JsonSchema\SchemaFactory->__construct($typeFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, NameConverterInterface $nameConverter = null, ResourceClassResolverInterface $resourceClassResolver = null) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2535 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService() …
        › 
        ›     return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2585 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_JsonSchema_TypeFactoryService() …
        › 
        › $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));}
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2529 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService() …
        › {    $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());}
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1273 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f, $g, $h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, $i, NULL, false, 'oauth2', 'application', '', '', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $d));$k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php:65 {
    ApiPlatform\Core\JsonSchema\SchemaFactory->__construct($typeFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, NameConverterInterface $nameConverter = null, ResourceClassResolverInterface $resourceClassResolver = null) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2535 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService() …
    › 
    ›     return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2585 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_JsonSchema_TypeFactoryService() …
    › 
    › $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));}
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2529 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService() …
    › {    $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());}
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1273 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f, $g, $h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, $i, NULL, false, 'oauth2', 'application', '', '', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $d));$k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#159
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php"
    #line: 169
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php:169 {
        ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, $jsonSchemaFactory = null, $jsonSchemaTypeFactory = null, OperationPathResolverInterface $operationPathResolver = null, UrlGeneratorInterface $urlGenerator = null, $filterLocator = null, NameConverterInterface $nameConverter = null, bool $oauthEnabled = false, string $oauthType = '', string $oauthFlow = '', string $oauthTokenUrl = '', string $oauthAuthorizationUrl = '', array $oauthScopes = [], array $apiKeys = [], SubresourceOperationFactoryInterface $subresourceOperationFactory = null, bool $paginationEnabled = true, string $paginationPageParameterName = 'page', bool $clientItemsPerPage = false, string $itemsPerPageParameterName = '…12', $formats = [], bool $paginationClientEnabled = false, string $paginationClientEnabledParameterName = '…10', array $defaultContext = [], array $swaggerVersions = […2], IdentifiersExtractorInterface $identifiersExtractor = null, NormalizerInterface $openApiNormalizer = null, bool $legacyMode = false) …
        › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1273 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f, $g, $h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, $i, NULL, false, 'oauth2', 'application', '', '', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $d));$k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php:169 {
    ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, $jsonSchemaFactory = null, $jsonSchemaTypeFactory = null, OperationPathResolverInterface $operationPathResolver = null, UrlGeneratorInterface $urlGenerator = null, $filterLocator = null, NameConverterInterface $nameConverter = null, bool $oauthEnabled = false, string $oauthType = '', string $oauthFlow = '', string $oauthTokenUrl = '', string $oauthAuthorizationUrl = '', array $oauthScopes = [], array $apiKeys = [], SubresourceOperationFactoryInterface $subresourceOperationFactory = null, bool $paginationEnabled = true, string $paginationPageParameterName = 'page', bool $clientItemsPerPage = false, string $itemsPerPageParameterName = '…12', $formats = [], bool $paginationClientEnabled = false, string $paginationClientEnabledParameterName = '…10', array $defaultContext = [], array $swaggerVersions = […2], IdentifiersExtractorInterface $identifiersExtractor = null, NormalizerInterface $openApiNormalizer = null, bool $legacyMode = false) …
    › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1273 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f, $g, $h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, $i, NULL, false, 'oauth2', 'application', '', '', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $d));$k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
[
  "exception" => ErrorException {#158
    #message: "User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead."
    #code: 0
    #file: "/var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/getApiPlatform_IriConverter_LegacyService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/getApiPlatform_IriConverter_LegacyService.php:22 {
        ContainerSqhxoSo\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('api-platform/core', '2.7', 'Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');}
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1234 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1277 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());$n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));$o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/getApiPlatform_IriConverter_LegacyService.php:22 {
    ContainerSqhxoSo\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('api-platform/core', '2.7', 'Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');}
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1234 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1277 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());$n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));$o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#147
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/ContextBuilder.php"
    #line: 76
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/ContextBuilder.php:76 {
        ApiPlatform\JsonLd\ContextBuilder->__construct(ResourceNameCollectionFactoryInterface $resourceNameCollectionFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, UrlGeneratorInterface $urlGenerator, NameConverterInterface $nameConverter = null, IriConverterInterface $iriConverter = null) …
        › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2599 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Jsonld_ContextBuilderService() …
        › 
        ›     return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1278 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));$o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());$p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/ContextBuilder.php:76 {
    ApiPlatform\JsonLd\ContextBuilder->__construct(ResourceNameCollectionFactoryInterface $resourceNameCollectionFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, UrlGeneratorInterface $urlGenerator, NameConverterInterface $nameConverter = null, IriConverterInterface $iriConverter = null) …
    › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2599 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Jsonld_ContextBuilderService() …
    › 
    ›     return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1278 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));$o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());$p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#138
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php"
    #line: 77
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php:77 {
        ApiPlatform\Hydra\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, ResourceClassResolverInterface $resourceClassResolver, ?OperationMethodResolverInterface $operationMethodResolver, UrlGeneratorInterface $urlGenerator, SubresourceOperationFactoryInterface $subresourceOperationFactory = null, NameConverterInterface $nameConverter = null) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php:77 {
    ApiPlatform\Hydra\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, ResourceClassResolverInterface $resourceClassResolver, ?OperationMethodResolverInterface $operationMethodResolver, UrlGeneratorInterface $urlGenerator, SubresourceOperationFactoryInterface $subresourceOperationFactory = null, NameConverterInterface $nameConverter = null) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
[
  "exception" => ErrorException {#136
    #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
    #line: 46
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:46 {
        ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
        › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:46 {
    ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
    › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#135
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
    #line: 51
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:51 {
        ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:51 {
    ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
[
  "exception" => ErrorException {#125
    #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
    #line: 108
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
        ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ResourceAccessCheckerInterface $resourceAccessChecker = null) …
        › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
      }
      /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
        ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ResourceAccessCheckerInterface $resourceAccessChecker = null) …
        › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
    ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ResourceAccessCheckerInterface $resourceAccessChecker = null) …
    › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
  }
  /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
    ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ResourceAccessCheckerInterface $resourceAccessChecker = null) …
    › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#123
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
    #line: 133
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
        ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ResourceAccessCheckerInterface $resourceAccessChecker = null) …
        › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
        ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ResourceAccessCheckerInterface $resourceAccessChecker = null) …
        › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
    ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ResourceAccessCheckerInterface $resourceAccessChecker = null) …
    › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
    ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ResourceAccessCheckerInterface $resourceAccessChecker = null) …
    › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
[
  "exception" => ErrorException {#124
    #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php"
    #line: 55
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:55 {
        ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ResourceAccessCheckerInterface $resourceAccessChecker = null) …
        › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        › 
        › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:55 {
    ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, PropertyAccessorInterface $propertyAccessor = null, NameConverterInterface $nameConverter = null, ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ResourceAccessCheckerInterface $resourceAccessChecker = null) …
    › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1284 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    › 
    › return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => $e, 2 => $j, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), 5 => $j, 6 => $e, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f, $g, $h, $m, NULL, $k, NULL, $l), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f, $n, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f, $g, $h, $n, $m, $o, $a, $l, $p, [], new RewindableGenerator(function () {    return new \EmptyIterator();
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
[
  "exception" => ErrorException {#97
    #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php"
    #line: 63
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php:63 {
        ApiPlatform\Hydra\Serializer\CollectionNormalizer->__construct(ContextBuilderInterface $contextBuilder, ResourceClassResolverInterface $resourceClassResolver, $iriConverter, ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, array $defaultContext = []) …
        › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php:63 {
    ApiPlatform\Hydra\Serializer\CollectionNormalizer->__construct(ContextBuilderInterface $contextBuilder, ResourceClassResolverInterface $resourceClassResolver, $iriConverter, ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, array $defaultContext = []) …
    › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#96
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php"
    #line: 50
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php:50 {
        ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer->__construct(NormalizerInterface $collectionNormalizer, string $pageParameterName = 'page', string $enabledParameterName = '…10', $resourceMetadataFactory = null, PropertyAccessorInterface $propertyAccessor = null) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php:50 {
    ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer->__construct(NormalizerInterface $collectionNormalizer, string $pageParameterName = 'page', string $enabledParameterName = '…10', $resourceMetadataFactory = null, PropertyAccessorInterface $propertyAccessor = null) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#95
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php"
    #line: 52
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php:52 {
        ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer->__construct(NormalizerInterface $collectionNormalizer, $resourceMetadataFactory, $resourceClassResolver, $filterLocator) …
        › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php:52 {
    ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer->__construct(NormalizerInterface $collectionNormalizer, $resourceMetadataFactory, $resourceClassResolver, $filterLocator) …
    › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface".
[
  "exception" => ErrorException {#92
    #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php"
    #line: 44
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php:44 {
        ApiPlatform\JsonLd\Serializer\ObjectNormalizer->__construct(NormalizerInterface $decorated, $iriConverter, AnonymousContextBuilderInterface $anonymousContextBuilder) …
        › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
        ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php:44 {
    ApiPlatform\JsonLd\Serializer\ObjectNormalizer->__construct(NormalizerInterface $decorated, $iriConverter, AnonymousContextBuilderInterface $anonymousContextBuilder) …
    › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1288 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->get_Container_Private_SerializerService() …
    ›         return new \EmptyIterator();    }, 0), $f, $q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $l, $b, $r, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o, $m, $n, NULL), 'page', 'pagination', $f, $a), $f, $m, $i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s, $n, $o), 26 => $s], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $c, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
[
  "exception" => ErrorException {#76
    #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php"
    #line: 63
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php:63 {
        ApiPlatform\Symfony\EventListener\DeserializeListener->__construct(SerializerInterface $serializer, SerializerContextBuilderInterface $serializerContextBuilder, $resourceMetadataFactory) …
        › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
        › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php:63 {
    ApiPlatform\Symfony\EventListener\DeserializeListener->__construct(SerializerInterface $serializer, SerializerContextBuilderInterface $serializerContextBuilder, $resourceMetadataFactory) …
    › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2619 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getApiPlatform_Listener_Request_DeserializeService() …
    › {    return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1858 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());}, 1 => 'onKernelRequest'], 2);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#741
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 153
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:153 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetExists($key){
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:153 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetExists($key){
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#803
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 161
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:161 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetGet($key){
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:161 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetGet($key){
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#656
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 169
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:169 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetSet($key, $value){
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:169 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetSet($key, $value){
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#720
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 177
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:177 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetUnset($key){
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:177 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetUnset($key){
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#797
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 114
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:114 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:114 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#828
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 122
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:122 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
        ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:122 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /var/www/my-audio-api/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /var/www/my-audio-api/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:2168 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:3223 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /var/www/my-audio-api/var/cache/dev/ContainerSqhxoSo/App_KernelDevDebugContainer.php:1984 {
    ContainerSqhxoSo\App_KernelDevDebugContainer->ContainerSqhxoSo\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since api-platform/core 2.7: The Doctrine annotation ApiPlatform\Core\Annotation\ApiResource is deprecated, use the PHP attribute ApiPlatform\Metadata\ApiResource instead.
[
  "exception" => ErrorException {#2075
    #message: "User Deprecated: Since api-platform/core 2.7: The Doctrine annotation ApiPlatform\Core\Annotation\ApiResource is deprecated, use the PHP attribute ApiPlatform\Metadata\ApiResource instead."
    #code: 0
    #file: "/var/www/my-audio-api/vendor/api-platform/core/src/deprecation.php"
    #line: 475
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/api-platform/core/src/deprecation.php:475 {
        class_exists(string $class, bool $autoload = true): bool …
        › [$annotationClassName, $attributeClassName] = $deprecatedAnnotations[$className];trigger_deprecation('api-platform/core', '2.7', sprintf('The Doctrine annotation %s is deprecated, use the PHP attribute %s instead.', $annotationClassName, $attributeClassName));}
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php:172 {
        Doctrine\Common\Annotations\AnnotationRegistry::loadAnnotationClass(string $class): bool …
        › foreach (self::$loaders as $loader) {    if ($loader($class) === true) {        return true;
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:488 {
        Doctrine\Common\Annotations\DocParser->classExists(string $fqcn): bool …
        ›     // final check, does this class exist?    return $this->classExists[$fqcn] = AnnotationRegistry::loadAnnotationClass($fqcn);}
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:795 {
        Doctrine\Common\Annotations\DocParser->Annotation() …
        ›     $found = true;} elseif (! isset($this->ignoredAnnotationNames[$name]) && $this->classExists($name)) {    $found = true;
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:726 {
        Doctrine\Common\Annotations\DocParser->Annotations(): array …
        › $this->isNestedAnnotation = false;$annot                    = $this->Annotation();if ($annot === false) {
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:379 {
        Doctrine\Common\Annotations\DocParser->parse($input, $context = '') …
        › 
        ›     return $this->Annotations();}
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:373 {
        Doctrine\Common\Annotations\AnnotationReader->collectParsingMetadata($reflection): void …
        › $ignoredAnnotationNames = self::$globalIgnoredNames;$annotations            = $this->preParser->parse($reflection->getDocComment(), $type . ' ' . $name);}
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:308 {
        Doctrine\Common\Annotations\AnnotationReader->getImports($reflection): array …
        › 
        › $this->collectParsingMetadata($reflection);}
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:149 {
        Doctrine\Common\Annotations\AnnotationReader->getClassAnnotations(ReflectionClass $class) …
        › $this->parser->setTarget(Target::TARGET_CLASS);$this->parser->setImports($this->getImports($class));$this->parser->setIgnoredAnnotationNames($this->getIgnoredAnnotationNames($class));
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:156 {
        Doctrine\Common\Annotations\PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
        › if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {    $this->cache->save($item->set($this->delegate->{$method}($reflector)));}
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:58 {
        Doctrine\Common\Annotations\PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
        › 
        › $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);}
      /var/www/my-audio-api/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:869 {
        Doctrine\ORM\Mapping\Driver\AnnotationDriver->isTransient($className) …
        › {    $classAnnotations = $this->reader->getClassAnnotations(new ReflectionClass($className));}
      /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php:196 {
        Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
        › $sourceFile = $rc->getFileName();if (! in_array($sourceFile, $includedFiles) || $this->isTransient($className)) {    continue;
      }
      /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:107 {
        Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
        › if (! isset($driverClasses[$oid])) {    $driverClasses[$oid] = $driver->getAllClassNames();}
      }
      /var/www/my-audio-api/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:29 {
        Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
        › {    return $this->driver->getAllClassNames();}
      }
      /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:149 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
        › $metadata = [];foreach ($driver->getAllClassNames() as $className) {    $metadata[] = $this->getMetadataFor($className);
      }
      /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:94 {
        Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
        › foreach ($managers as $manager) {    $metadata[] = $manager->getMetadataFactory()->getAllMetadata();}
      }
      /var/www/my-audio-api/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
        Metadata\Driver\DriverChain->getAllClassNames(): array …
        › 
        › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
      }
      /var/www/my-audio-api/vendor/jms/metadata/src/MetadataFactory.php:145 {
        Metadata\MetadataFactory->getAllClassNames(): array …
        › 
        ›     return $this->driver->getAllClassNames();}
      }
      /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:73 {
        Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
        › {    return $this->reader->getAllClassNames();}
      }
      /var/www/my-audio-api/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:28 {
        Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
        › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:244 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/api-platform/core/src/deprecation.php:475 {
    class_exists(string $class, bool $autoload = true): bool …
    › [$annotationClassName, $attributeClassName] = $deprecatedAnnotations[$className];trigger_deprecation('api-platform/core', '2.7', sprintf('The Doctrine annotation %s is deprecated, use the PHP attribute %s instead.', $annotationClassName, $attributeClassName));}
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php:172 {
    Doctrine\Common\Annotations\AnnotationRegistry::loadAnnotationClass(string $class): bool …
    › foreach (self::$loaders as $loader) {    if ($loader($class) === true) {        return true;
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:488 {
    Doctrine\Common\Annotations\DocParser->classExists(string $fqcn): bool …
    ›     // final check, does this class exist?    return $this->classExists[$fqcn] = AnnotationRegistry::loadAnnotationClass($fqcn);}
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:795 {
    Doctrine\Common\Annotations\DocParser->Annotation() …
    ›     $found = true;} elseif (! isset($this->ignoredAnnotationNames[$name]) && $this->classExists($name)) {    $found = true;
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:726 {
    Doctrine\Common\Annotations\DocParser->Annotations(): array …
    › $this->isNestedAnnotation = false;$annot                    = $this->Annotation();if ($annot === false) {
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:379 {
    Doctrine\Common\Annotations\DocParser->parse($input, $context = '') …
    › 
    ›     return $this->Annotations();}
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:373 {
    Doctrine\Common\Annotations\AnnotationReader->collectParsingMetadata($reflection): void …
    › $ignoredAnnotationNames = self::$globalIgnoredNames;$annotations            = $this->preParser->parse($reflection->getDocComment(), $type . ' ' . $name);}
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:308 {
    Doctrine\Common\Annotations\AnnotationReader->getImports($reflection): array …
    › 
    › $this->collectParsingMetadata($reflection);}
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:149 {
    Doctrine\Common\Annotations\AnnotationReader->getClassAnnotations(ReflectionClass $class) …
    › $this->parser->setTarget(Target::TARGET_CLASS);$this->parser->setImports($this->getImports($class));$this->parser->setIgnoredAnnotationNames($this->getIgnoredAnnotationNames($class));
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:156 {
    Doctrine\Common\Annotations\PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
    › if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {    $this->cache->save($item->set($this->delegate->{$method}($reflector)));}
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:58 {
    Doctrine\Common\Annotations\PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
    › 
    › $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);}
  /var/www/my-audio-api/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:869 {
    Doctrine\ORM\Mapping\Driver\AnnotationDriver->isTransient($className) …
    › {    $classAnnotations = $this->reader->getClassAnnotations(new ReflectionClass($className));}
  /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php:196 {
    Doctrine\ORM\Mapping\Driver\AnnotationDriver->getAllClassNames() …
    › $sourceFile = $rc->getFileName();if (! in_array($sourceFile, $includedFiles) || $this->isTransient($className)) {    continue;
  }
  /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:107 {
    Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
    › if (! isset($driverClasses[$oid])) {    $driverClasses[$oid] = $driver->getAllClassNames();}
  }
  /var/www/my-audio-api/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:29 {
    Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames() …
    › {    return $this->driver->getAllClassNames();}
  }
  /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:149 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
    › $metadata = [];foreach ($driver->getAllClassNames() as $className) {    $metadata[] = $this->getMetadataFor($className);
  }
  /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:94 {
    Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
    › foreach ($managers as $manager) {    $metadata[] = $manager->getMetadataFactory()->getAllMetadata();}
  }
  /var/www/my-audio-api/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
    Metadata\Driver\DriverChain->getAllClassNames(): array …
    › 
    › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
  }
  /var/www/my-audio-api/vendor/jms/metadata/src/MetadataFactory.php:145 {
    Metadata\MetadataFactory->getAllClassNames(): array …
    › 
    ›     return $this->driver->getAllClassNames();}
  }
  /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:73 {
    Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
    › {    return $this->reader->getAllClassNames();}
  }
  /var/www/my-audio-api/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:28 {
    Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
    › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:244 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Creation of dynamic property Symfony\Component\Validator\Constraints\NotBlank::$groups is deprecated
[
  "exception" => ErrorException {#6261
    #message: "Deprecated: Creation of dynamic property Symfony\Component\Validator\Constraints\NotBlank::$groups is deprecated"
    #code: 0
    #file: "/var/www/my-audio-api/vendor/symfony/validator/Constraint.php"
    #line: 189
    #severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/validator/Constraint.php:189 {
        Symfony\Component\Validator\Constraint->__set(string $option, $value) …
        › if ('groups' === $option) {    $this->groups = (array) $value;}
      /var/www/my-audio-api/vendor/symfony/var-exporter/Internal/Hydrator.php:63 {
        Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
        › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
      }
      /var/www/my-audio-api/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
        Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
        › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
      }
      /var/www/my-audio-api/var/cache/dev/annotations.php:34224 {
        Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure} …
        › 789 => static function () {    return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(        $o = [
      }
      /var/www/my-audio-api/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:138 {
        Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
        › try {    $value = $value();} catch (\Throwable $e) {
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:154 {
        Doctrine\Common\Annotations\PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
        › 
        › $item = $this->cache->getItem($cacheKey);if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
      }
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:89 {
        Doctrine\Common\Annotations\PsrCachedReader->getPropertyAnnotations(ReflectionProperty $property) …
        › 
        › $annots = $this->fetchFromCache($cacheKey, $class, 'getPropertyAnnotations', $property);}
      /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:99 {
        Doctrine\Common\Annotations\PsrCachedReader->getPropertyAnnotation(ReflectionProperty $property, $annotationName) …
        › {    foreach ($this->getPropertyAnnotations($property) as $annot) {        if ($annot instanceof $annotationName) {
      }
      /var/www/my-audio-api/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:370 {
        Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
        › // Evaluate @Cache annotation$cacheAnnot = $this->reader->getPropertyAnnotation($property, Mapping\Cache::class);if ($cacheAnnot !== null) {
      }
      /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:79 {
        Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass($className, ClassMetadata $metadata) …
        › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);}
      /var/www/my-audio-api/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:45 {
        Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
        › {    $this->driver->loadMetadataForClass($className, $metadata);}
      /var/www/my-audio-api/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:149 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
        › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
      }
      /var/www/my-audio-api/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
        Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
        › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
      /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:415 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
        › 
        › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
      /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:281 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
        › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
      }
      /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:150 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
        › foreach ($driver->getAllClassNames() as $className) {    $metadata[] = $this->getMetadataFor($className);}
      }
      /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:94 {
        Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
        › foreach ($managers as $manager) {    $metadata[] = $manager->getMetadataFactory()->getAllMetadata();}
      }
      /var/www/my-audio-api/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
        Metadata\Driver\DriverChain->getAllClassNames(): array …
        › 
        › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
      }
      /var/www/my-audio-api/vendor/jms/metadata/src/MetadataFactory.php:145 {
        Metadata\MetadataFactory->getAllClassNames(): array …
        › 
        ›     return $this->driver->getAllClassNames();}
      }
      /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:73 {
        Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
        › {    return $this->reader->getAllClassNames();}
      }
      /var/www/my-audio-api/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:28 {
        Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
        › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:244 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/validator/Constraint.php:189 {
    Symfony\Component\Validator\Constraint->__set(string $option, $value) …
    › if ('groups' === $option) {    $this->groups = (array) $value;}
  /var/www/my-audio-api/vendor/symfony/var-exporter/Internal/Hydrator.php:63 {
    Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
    › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
  }
  /var/www/my-audio-api/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
    Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
    › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
  }
  /var/www/my-audio-api/var/cache/dev/annotations.php:34224 {
    Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure} …
    › 789 => static function () {    return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(        $o = [
  }
  /var/www/my-audio-api/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:138 {
    Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
    › try {    $value = $value();} catch (\Throwable $e) {
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:154 {
    Doctrine\Common\Annotations\PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
    › 
    › $item = $this->cache->getItem($cacheKey);if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
  }
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:89 {
    Doctrine\Common\Annotations\PsrCachedReader->getPropertyAnnotations(ReflectionProperty $property) …
    › 
    › $annots = $this->fetchFromCache($cacheKey, $class, 'getPropertyAnnotations', $property);}
  /var/www/my-audio-api/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:99 {
    Doctrine\Common\Annotations\PsrCachedReader->getPropertyAnnotation(ReflectionProperty $property, $annotationName) …
    › {    foreach ($this->getPropertyAnnotations($property) as $annot) {        if ($annot instanceof $annotationName) {
  }
  /var/www/my-audio-api/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:370 {
    Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
    › // Evaluate @Cache annotation$cacheAnnot = $this->reader->getPropertyAnnotation($property, Mapping\Cache::class);if ($cacheAnnot !== null) {
  }
  /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:79 {
    Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass($className, ClassMetadata $metadata) …
    › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);}
  /var/www/my-audio-api/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php:45 {
    Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
    › {    $this->driver->loadMetadataForClass($className, $metadata);}
  /var/www/my-audio-api/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:149 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
    › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
  }
  /var/www/my-audio-api/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
    Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
    › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
  /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:415 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
    › 
    › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
  /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:281 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
    › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
  }
  /var/www/my-audio-api/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:150 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getAllMetadata() …
    › foreach ($driver->getAllClassNames() as $className) {    $metadata[] = $this->getMetadataFor($className);}
  }
  /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php:94 {
    Vich\UploaderBundle\Metadata\Driver\AnnotationDriver->getAllClassNames(): array …
    › foreach ($managers as $manager) {    $metadata[] = $manager->getMetadataFactory()->getAllMetadata();}
  }
  /var/www/my-audio-api/vendor/jms/metadata/src/Driver/DriverChain.php:57 {
    Metadata\Driver\DriverChain->getAllClassNames(): array …
    › 
    › $driverClasses = $driver->getAllClassNames();if (!empty($driverClasses)) {
  }
  /var/www/my-audio-api/vendor/jms/metadata/src/MetadataFactory.php:145 {
    Metadata\MetadataFactory->getAllClassNames(): array …
    › 
    ›     return $this->driver->getAllClassNames();}
  }
  /var/www/my-audio-api/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php:73 {
    Vich\UploaderBundle\Metadata\MetadataReader->getUploadableClasses(): ?array …
    › {    return $this->reader->getAllClassNames();}
  }
  /var/www/my-audio-api/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php:28 {
    Vich\UploaderBundle\DataCollector\MappingCollector->collect(Request $request, Response $response, Throwable $exception = null): void …
    › $mappings = [];$uploadableClasses = $this->metadataReader->getUploadableClasses();foreach ($uploadableClasses as $class) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/my-audio-api/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:244 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/my-audio-api/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/my-audio-api/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a JMS\SerializerBundle\DependencyInjection\Compiler\ServiceMapPass implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
n/a Optional parameter $data declared before required parameter $outputPath is implicitly treated as a required parameter
n/a Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Security\Core\Exception\AuthenticationException::__wakeup() should either be compatible with Exception::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#6831
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php:42 {
        Symfony\Component\Finder\Finder->files() …
        ›  */public function accept(){
      }
      /var/www/my-audio-api/vendor/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php:1229 {->followLinks()->files()->filter(function (\SplFileInfo $file) {
      }
    }
  }
]
n/a Return type of Symfony\Component\Finder\Iterator\SortableIterator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\CustomFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#6838
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:255 {
        include …
        ›  */public function getIterator(){
      }
      /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/my-audio-api/vendor/symfony/http-foundation/ResponseHeaderBag.php"
        }
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:255 {
    include …
    ›  */public function getIterator(){
  }
  /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/my-audio-api/vendor/symfony/http-foundation/ResponseHeaderBag.php"
    }
  }
}
n/a Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#6839
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:265 {
        include …
        ›  */public function count(){
      }
      /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/my-audio-api/vendor/symfony/http-foundation/ResponseHeaderBag.php"
        }
      }
    }
  }
]
{
  /var/www/my-audio-api/vendor/symfony/http-foundation/HeaderBag.php:265 {
    include …
    ›  */public function count(){
  }
  /var/www/my-audio-api/vendor/symfony/error-handler/DebugClassLoader.php:349 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/my-audio-api/vendor/symfony/http-foundation/ResponseHeaderBag.php"
    }
  }
}
n/a Return type of Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Creation of dynamic property Doctrine\Common\Annotations\PsrCachedReader::$cacheProviderBackup is deprecated
n/a Since api-platform/core 2.7: The Doctrine annotation ApiPlatform\Core\Annotation\ApiResource is deprecated, use the PHP attribute ApiPlatform\Metadata\ApiResource instead.
n/a Creation of dynamic property Symfony\Component\Validator\Constraints\NotBlank::$groups is deprecated
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\Billing\BillingCdaService" service.
n/a Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead.
n/a Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface".
n/a Return type of Symfony\Component\Routing\RouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Routing\RouteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Debug 34

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.exception"
to listener
"ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Listener
"ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 2875

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCommandSendReminderEmailsRdv30DaysCommand" (parent: .abstract.instanceof.App\Command\AppCommandSendReminderEmailsRdv30DaysCommand).
  • Resolving inheritance for "App\Command\AppCommandSendReminderEmailsRdv30DaysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCommandSendReminderEmailsRdv30DaysCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCommandSyncCosiumCommand" (parent: .abstract.instanceof.App\Command\AppCommandSyncCosiumCommand).
  • Resolving inheritance for "App\Command\AppCommandSyncCosiumCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCommandSyncCosiumCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientRdvUpdateCenterAudioCommand" (parent: .abstract.instanceof.App\Command\ClientRdvUpdateCenterAudioCommand).
  • Resolving inheritance for "App\Command\ClientRdvUpdateCenterAudioCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientRdvUpdateCenterAudioCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EquipmentStatusReportCommand" (parent: .abstract.instanceof.App\Command\EquipmentStatusReportCommand).
  • Resolving inheritance for "App\Command\EquipmentStatusReportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EquipmentStatusReportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchExternalArticlesCommand" (parent: .abstract.instanceof.App\Command\FetchExternalArticlesCommand).
  • Resolving inheritance for "App\Command\FetchExternalArticlesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchExternalArticlesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGoogleEventsCommand" (parent: .abstract.instanceof.App\Command\FetchGoogleEventsCommand).
  • Resolving inheritance for "App\Command\FetchGoogleEventsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGoogleEventsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchLeadsCommand" (parent: .abstract.instanceof.App\Command\FetchLeadsCommand).
  • Resolving inheritance for "App\Command\FetchLeadsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchLeadsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateOpticalInvoiceCommand" (parent: .abstract.instanceof.App\Command\GenerateOpticalInvoiceCommand).
  • Resolving inheritance for "App\Command\GenerateOpticalInvoiceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateOpticalInvoiceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LeadRdvCleanupCommand" (parent: .abstract.instanceof.App\Command\LeadRdvCleanupCommand).
  • Resolving inheritance for "App\Command\LeadRdvCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LeadRdvCleanupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LogTestCommand" (parent: .abstract.instanceof.App\Command\LogTestCommand).
  • Resolving inheritance for "App\Command\LogTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LogTestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScheduleEmailCampaignCommand" (parent: .abstract.instanceof.App\Command\ScheduleEmailCampaignCommand).
  • Resolving inheritance for "App\Command\ScheduleEmailCampaignCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScheduleEmailCampaignCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendAppointmentRemindersCommand" (parent: .abstract.instanceof.App\Command\SendAppointmentRemindersCommand).
  • Resolving inheritance for "App\Command\SendAppointmentRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendAppointmentRemindersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBillingAudioLibreCommand" (parent: .abstract.instanceof.App\Command\SendBillingAudioLibreCommand).
  • Resolving inheritance for "App\Command\SendBillingAudioLibreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBillingAudioLibreCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBillingCdaCommand" (parent: .abstract.instanceof.App\Command\SendBillingCdaCommand).
  • Resolving inheritance for "App\Command\SendBillingCdaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBillingCdaCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBirthdayEmailsCommand" (parent: .abstract.instanceof.App\Command\SendBirthdayEmailsCommand).
  • Resolving inheritance for "App\Command\SendBirthdayEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBirthdayEmailsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEquipmentStatusCallsCommand" (parent: .abstract.instanceof.App\Command\SendEquipmentStatusCallsCommand).
  • Resolving inheritance for "App\Command\SendEquipmentStatusCallsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEquipmentStatusCallsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFailedPaymentEmailsCommand" (parent: .abstract.instanceof.App\Command\SendFailedPaymentEmailsCommand).
  • Resolving inheritance for "App\Command\SendFailedPaymentEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFailedPaymentEmailsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowup15DaysCallsCommand" (parent: .abstract.instanceof.App\Command\SendFollowup15DaysCallsCommand).
  • Resolving inheritance for "App\Command\SendFollowup15DaysCallsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowup15DaysCallsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowup31DaysCallsCommand" (parent: .abstract.instanceof.App\Command\SendFollowup31DaysCallsCommand).
  • Resolving inheritance for "App\Command\SendFollowup31DaysCallsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowup31DaysCallsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowupCallsCommand" (parent: .abstract.instanceof.App\Command\SendFollowupCallsCommand).
  • Resolving inheritance for "App\Command\SendFollowupCallsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowupCallsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendRdvStatusReminders" (parent: .abstract.instanceof.App\Command\SendRdvStatusReminders).
  • Resolving inheritance for "App\Command\SendRdvStatusReminders" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendRdvStatusReminders).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAudioPartnerCommand" (parent: .abstract.instanceof.App\Command\UpdateAudioPartnerCommand).
  • Resolving inheritance for "App\Command\UpdateAudioPartnerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAudioPartnerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessControl\AccessController" (parent: .abstract.instanceof.App\Controller\AccessControl\AccessController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessControl\AccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessControl\AccessController).
  • Resolving inheritance for "App\Controller\AccessControl\AccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessControl\AccessController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdministrateurController" (parent: .abstract.instanceof.App\Controller\AdministrateurController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdministrateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdministrateurController).
  • Resolving inheritance for "App\Controller\AdministrateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdministrateurController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ads\ChatbotController" (parent: .abstract.instanceof.App\Controller\Ads\ChatbotController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ads\ChatbotController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ads\ChatbotController).
  • Resolving inheritance for "App\Controller\Ads\ChatbotController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ads\ChatbotController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnamneseController" (parent: .abstract.instanceof.App\Controller\AnamneseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnamneseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnamneseController).
  • Resolving inheritance for "App\Controller\AnamneseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnamneseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController" (parent: .abstract.instanceof.App\Controller\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController).
  • Resolving inheritance for "App\Controller\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssistanteController" (parent: .abstract.instanceof.App\Controller\AssistanteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssistanteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssistanteController).
  • Resolving inheritance for "App\Controller\AssistanteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssistanteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audio\RoleController" (parent: .abstract.instanceof.App\Controller\Audio\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audio\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audio\RoleController).
  • Resolving inheritance for "App\Controller\Audio\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audio\RoleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AudioController" (parent: .abstract.instanceof.App\Controller\AudioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AudioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AudioController).
  • Resolving inheritance for "App\Controller\AudioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AudioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\SettingController" (parent: .abstract.instanceof.App\Controller\Audiometrie\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\SettingController).
  • Resolving inheritance for "App\Controller\Audiometrie\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\SettingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\TonaleController" (parent: .abstract.instanceof.App\Controller\Audiometrie\TonaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\TonaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\TonaleController).
  • Resolving inheritance for "App\Controller\Audiometrie\TonaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\TonaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\VocalController" (parent: .abstract.instanceof.App\Controller\Audiometrie\VocalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\VocalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\VocalController).
  • Resolving inheritance for "App\Controller\Audiometrie\VocalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\VocalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController" (parent: .abstract.instanceof.App\Controller\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController).
  • Resolving inheritance for "App\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Center\StationController" (parent: .abstract.instanceof.App\Controller\Center\StationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Center\StationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Center\StationController).
  • Resolving inheritance for "App\Controller\Center\StationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Center\StationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CenterImportedController" (parent: .abstract.instanceof.App\Controller\CenterImportedController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CenterImportedController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CenterImportedController).
  • Resolving inheritance for "App\Controller\CenterImportedController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CenterImportedController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CentreController" (parent: .abstract.instanceof.App\Controller\CentreController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CentreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CentreController).
  • Resolving inheritance for "App\Controller\CentreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CentreController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CentreTempController" (parent: .abstract.instanceof.App\Controller\CentreTempController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CentreTempController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CentreTempController).
  • Resolving inheritance for "App\Controller\CentreTempController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CentreTempController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ClientApiController" (parent: .abstract.instanceof.App\Controller\Client\ClientApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ClientApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ClientApiController).
  • Resolving inheritance for "App\Controller\Client\ClientApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ClientApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientController" (parent: .abstract.instanceof.App\Controller\ClientController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientController).
  • Resolving inheritance for "App\Controller\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientStatusController" (parent: .abstract.instanceof.App\Controller\ClientStatusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientStatusController).
  • Resolving inheritance for "App\Controller\ClientStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientStatusController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientTempController" (parent: .abstract.instanceof.App\Controller\ClientTempController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientTempController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientTempController).
  • Resolving inheritance for "App\Controller\ClientTempController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientTempController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController).
  • Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Device\DeviceController" (parent: .abstract.instanceof.App\Controller\Device\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Device\DeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Device\DeviceController).
  • Resolving inheritance for "App\Controller\Device\DeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Device\DeviceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiplomeController" (parent: .abstract.instanceof.App\Controller\DiplomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiplomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiplomeController).
  • Resolving inheritance for "App\Controller\DiplomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiplomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController" (parent: .abstract.instanceof.App\Controller\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController).
  • Resolving inheritance for "App\Controller\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExperienceProController" (parent: .abstract.instanceof.App\Controller\ExperienceProController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExperienceProController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExperienceProController).
  • Resolving inheritance for "App\Controller\ExperienceProController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExperienceProController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQController" (parent: .abstract.instanceof.App\Controller\FAQController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQController).
  • Resolving inheritance for "App\Controller\FAQController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FacturesController" (parent: .abstract.instanceof.App\Controller\FacturesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FacturesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FacturesController).
  • Resolving inheritance for "App\Controller\FacturesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FacturesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpQuestionsController" (parent: .abstract.instanceof.App\Controller\HelpQuestionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpQuestionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpQuestionsController).
  • Resolving inheritance for "App\Controller\HelpQuestionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpQuestionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\Client\FileUploadController" (parent: .abstract.instanceof.App\Controller\Import\Client\FileUploadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\Client\FileUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\Client\FileUploadController).
  • Resolving inheritance for "App\Controller\Import\Client\FileUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\Client\FileUploadController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\ImportFileController" (parent: .abstract.instanceof.App\Controller\Import\ImportFileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\ImportFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\ImportFileController).
  • Resolving inheritance for "App\Controller\Import\ImportFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\ImportFileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingController" (parent: .abstract.instanceof.App\Controller\LandingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingController).
  • Resolving inheritance for "App\Controller\LandingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalController" (parent: .abstract.instanceof.App\Controller\LegalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalController).
  • Resolving inheritance for "App\Controller\LegalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LieuController" (parent: .abstract.instanceof.App\Controller\LieuController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LieuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LieuController).
  • Resolving inheritance for "App\Controller\LieuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LieuController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MotifController" (parent: .abstract.instanceof.App\Controller\MotifController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MotifController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MotifController).
  • Resolving inheritance for "App\Controller\MotifController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MotifController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MutuelleController" (parent: .abstract.instanceof.App\Controller\MutuelleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MutuelleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MutuelleController).
  • Resolving inheritance for "App\Controller\MutuelleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MutuelleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController" (parent: .abstract.instanceof.App\Controller\NoteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController).
  • Resolving inheritance for "App\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OauthController" (parent: .abstract.instanceof.App\Controller\OauthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OauthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OauthController).
  • Resolving inheritance for "App\Controller\OauthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OauthController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Optical\OpticalSecurityController" (parent: .abstract.instanceof.App\Controller\Optical\OpticalSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Optical\OpticalSecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Optical\OpticalSecurityController).
  • Resolving inheritance for "App\Controller\Optical\OpticalSecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Optical\OpticalSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
  • Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\PartnerController" (parent: .abstract.instanceof.App\Controller\Partner\PartnerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\PartnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\PartnerController).
  • Resolving inheritance for "App\Controller\Partner\PartnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\PartnerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\WebhookDocageController" (parent: .abstract.instanceof.App\Controller\Partner\WebhookDocageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\WebhookDocageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\WebhookDocageController).
  • Resolving inheritance for "App\Controller\Partner\WebhookDocageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\WebhookDocageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentMethodController" (parent: .abstract.instanceof.App\Controller\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentMethodController).
  • Resolving inheritance for "App\Controller\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrestationController" (parent: .abstract.instanceof.App\Controller\PrestationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrestationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrestationController).
  • Resolving inheritance for "App\Controller\PrestationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrestationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProchesController" (parent: .abstract.instanceof.App\Controller\ProchesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProchesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProchesController).
  • Resolving inheritance for "App\Controller\ProchesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProchesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfilController" (parent: .abstract.instanceof.App\Controller\ProfilController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfilController).
  • Resolving inheritance for "App\Controller\ProfilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfilController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RdvController" (parent: .abstract.instanceof.App\Controller\RdvController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RdvController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RdvController).
  • Resolving inheritance for "App\Controller\RdvController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RdvController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReminderController" (parent: .abstract.instanceof.App\Controller\ReminderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReminderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReminderController).
  • Resolving inheritance for "App\Controller\ReminderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReminderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RemplacantController" (parent: .abstract.instanceof.App\Controller\RemplacantController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RemplacantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RemplacantController).
  • Resolving inheritance for "App\Controller\RemplacantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RemplacantController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController" (parent: .abstract.instanceof.App\Controller\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController).
  • Resolving inheritance for "App\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpecialiteController" (parent: .abstract.instanceof.App\Controller\SpecialiteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpecialiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpecialiteController).
  • Resolving inheritance for "App\Controller\SpecialiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpecialiteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Subscription\SpecificSubscriptionController" (parent: .abstract.instanceof.App\Controller\Subscription\SpecificSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Subscription\SpecificSubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Subscription\SpecificSubscriptionController).
  • Resolving inheritance for "App\Controller\Subscription\SpecificSubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Subscription\SpecificSubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Subscription\SubscriptionController" (parent: .abstract.instanceof.App\Controller\Subscription\SubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Subscription\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Subscription\SubscriptionController).
  • Resolving inheritance for "App\Controller\Subscription\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Subscription\SubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Synchronisation\CosiumController" (parent: .abstract.instanceof.App\Controller\Synchronisation\CosiumController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Synchronisation\CosiumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Synchronisation\CosiumController).
  • Resolving inheritance for "App\Controller\Synchronisation\CosiumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Synchronisation\CosiumController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Synchronisation\GoogleCalendarController" (parent: .abstract.instanceof.App\Controller\Synchronisation\GoogleCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Synchronisation\GoogleCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Synchronisation\GoogleCalendarController).
  • Resolving inheritance for "App\Controller\Synchronisation\GoogleCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Synchronisation\GoogleCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SynchronisationController" (parent: .abstract.instanceof.App\Controller\SynchronisationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SynchronisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SynchronisationController).
  • Resolving inheritance for "App\Controller\SynchronisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SynchronisationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\SynthflowAdvancedTestController" (parent: .abstract.instanceof.App\Controller\Test\SynthflowAdvancedTestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\SynthflowAdvancedTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\SynthflowAdvancedTestController).
  • Resolving inheritance for "App\Controller\Test\SynthflowAdvancedTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\SynthflowAdvancedTestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestClientController" (parent: .abstract.instanceof.App\Controller\TestClientController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestClientController).
  • Resolving inheritance for "App\Controller\TestClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestClientController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestQuestionController" (parent: .abstract.instanceof.App\Controller\TestQuestionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestQuestionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestQuestionController).
  • Resolving inheritance for "App\Controller\TestQuestionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestQuestionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrustedUserController" (parent: .abstract.instanceof.App\Controller\TrustedUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrustedUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrustedUserController).
  • Resolving inheritance for "App\Controller\TrustedUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrustedUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwilioController" (parent: .abstract.instanceof.App\Controller\TwilioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwilioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwilioController).
  • Resolving inheritance for "App\Controller\TwilioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwilioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorController" (parent: .abstract.instanceof.App\Controller\TwoFactorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorController).
  • Resolving inheritance for "App\Controller\TwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\GoogleWebhookController" (parent: .abstract.instanceof.App\Controller\Webhook\GoogleWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\GoogleWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\GoogleWebhookController).
  • Resolving inheritance for "App\Controller\Webhook\GoogleWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\GoogleWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\StripeWebhookController" (parent: .abstract.instanceof.App\Controller\Webhook\StripeWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\StripeWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\StripeWebhookController).
  • Resolving inheritance for "App\Controller\Webhook\StripeWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\StripeWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\SynthflowWebhookController" (parent: .abstract.instanceof.App\Controller\Webhook\SynthflowWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\SynthflowWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\SynthflowWebhookController).
  • Resolving inheritance for "App\Controller\Webhook\SynthflowWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\SynthflowWebhookController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AccessUserCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\AccessUserCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AccessUserCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AccessUserCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EasyAdmin\Controller\AccessUserCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AccessUserCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AccessUserCrudController" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EasyAdmin\Controller\AccessUserCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\AccessUserCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AccessUserCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleCategorieCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ArticleCategorieCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleCategorieCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleCategorieCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleCategorieCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleCategorieCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ArticleCategorieCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleCategorieCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ArticleCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ArticleCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleTagCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ArticleTagCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleTagCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleTagCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleTagCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleTagCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ArticleTagCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleTagCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\AtoLauditionPartnerCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AtolPartnerCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\AtolPartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AtolPartnerCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AtolPartnerCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AtolPartnerCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AtolPartnerCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\AtolPartnerCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AtolPartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\AudioCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\AudioCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\AudioLibrePartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\AudioLibrePartnerCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioPartnerCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\AudioPartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioPartnerCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioPartnerCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioPartnerCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioPartnerCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\AudioPartnerCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioPartnerCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CategorieCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\CategorieCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CategorieCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CategorieCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CategorieCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CategorieCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\CategorieCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CategorieCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CentreCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\CentreCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CentreCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CentreCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CentreCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CentreCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\CentreCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CentreCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CentreTempCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\CentreTempCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CentreTempCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CentreTempCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CentreTempCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CentreTempCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\CentreTempCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CentreTempCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ClientCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ClientCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientStatusCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ClientStatusCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientStatusCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientStatusCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientStatusCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientStatusCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ClientStatusCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientStatusCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientTempCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ClientTempCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientTempCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientTempCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientTempCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientTempCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ClientTempCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientTempCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ContractCategoryCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ContractCategoryCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ContractCategoryCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ContractCategoryCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ContractCategoryCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ContractCategoryCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ContractCategoryCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ContractCategoryCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CreateAdminController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\CreateAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CreateAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CreateAdminController).
  • Resolving inheritance for "App\EasyAdmin\Controller\CreateAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CreateAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\DashboardController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\DashboardController).
  • Resolving inheritance for "App\EasyAdmin\Controller\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\EmailCampaignCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\EmailCampaignCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\EmailCampaignCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\EmailCampaignCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\EmailCampaignCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\EmailCampaignCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\EmailCampaignCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\EmailCampaignCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FAQCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\FAQCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FAQCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FAQCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FAQCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FAQCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\FAQCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FAQCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FactureCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\FactureCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FactureCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FactureCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FactureCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FactureCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\FactureCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FactureCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FactureOpticalCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\FactureOpticalCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FactureOpticalCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FactureOpticalCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FactureOpticalCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FactureOpticalCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\FactureOpticalCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FactureOpticalCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ImportCenterCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\ImportCenterCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ImportCenterCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ImportCenterCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ImportCenterCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ImportCenterCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\ImportCenterCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ImportCenterCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LeadRdvCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\LeadRdvCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LeadRdvCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LeadRdvCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LeadRdvCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LeadRdvCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\LeadRdvCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LeadRdvCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LeadStatusCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\LeadStatusCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LeadStatusCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LeadStatusCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LeadStatusCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LeadStatusCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\LeadStatusCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LeadStatusCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LoginLogCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\LoginLogCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LoginLogCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LoginLogCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LoginLogCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LoginLogCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\LoginLogCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LoginLogCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\PartnerSubscriptionCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\PartnerSubscriptionCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\RdvCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\RdvCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvMyAudioCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\RdvMyAudioCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvMyAudioCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvMyAudioCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvMyAudioCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvMyAudioCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\RdvMyAudioCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvMyAudioCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvOcCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\RdvOcCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvOcCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvOcCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvOcCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvOcCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\RdvOcCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvOcCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RemplacantCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\RemplacantCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RemplacantCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RemplacantCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EasyAdmin\Controller\RemplacantCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RemplacantCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RemplacantCrudController" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EasyAdmin\Controller\RemplacantCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\RemplacantCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RemplacantCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\TagCrudController" (parent: .abstract.instanceof.App\EasyAdmin\Controller\TagCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\TagCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\TagCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\TagCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\TagCrudController).
  • Resolving inheritance for "App\EasyAdmin\Controller\TagCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\TagCrudController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\EasyAdmin\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\EasyAdmin\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\EasyAdmin\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\EasyAdmin\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\DashboardController" (parent: .abstract.instanceof.App\EasyAdmin\OpticalController\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\DashboardController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\OpticalController\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\DashboardController).
  • Resolving inheritance for "App\EasyAdmin\OpticalController\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\OpticalController\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController" (parent: .abstract.instanceof.App\EasyAdmin\OpticalController\FactureOpticalCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController).
  • Resolving inheritance for "App\EasyAdmin\OpticalController\FactureOpticalCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\RdvOcCrudController" (parent: .abstract.instanceof.App\EasyAdmin\OpticalController\RdvOcCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\RdvOcCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\RdvOcCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\OpticalController\RdvOcCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\RdvOcCrudController).
  • Resolving inheritance for "App\EasyAdmin\OpticalController\RdvOcCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\OpticalController\RdvOcCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\ArticleCrudController" (parent: .abstract.instanceof.App\EasyAdmin\WriterController\ArticleCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\ArticleCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\ArticleCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\WriterController\ArticleCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\ArticleCrudController).
  • Resolving inheritance for "App\EasyAdmin\WriterController\ArticleCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\WriterController\ArticleCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\CategorieCrudController" (parent: .abstract.instanceof.App\EasyAdmin\WriterController\CategorieCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\CategorieCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\CategorieCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\WriterController\CategorieCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\CategorieCrudController).
  • Resolving inheritance for "App\EasyAdmin\WriterController\CategorieCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\WriterController\CategorieCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\DashboardController" (parent: .abstract.instanceof.App\EasyAdmin\WriterController\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\DashboardController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\WriterController\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\DashboardController).
  • Resolving inheritance for "App\EasyAdmin\WriterController\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\WriterController\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessCentreType" (parent: .abstract.instanceof.App\Form\AccessCentreType).
  • Resolving inheritance for "App\Form\AccessCentreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessCentreType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioCentreType" (parent: .abstract.instanceof.App\Form\AudioCentreType).
  • Resolving inheritance for "App\Form\AudioCentreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioCentreType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioDiplomeType" (parent: .abstract.instanceof.App\Form\AudioDiplomeType).
  • Resolving inheritance for "App\Form\AudioDiplomeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioDiplomeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioSpecialiteType" (parent: .abstract.instanceof.App\Form\AudioSpecialiteType).
  • Resolving inheritance for "App\Form\AudioSpecialiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioSpecialiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CenterImageType" (parent: .abstract.instanceof.App\Form\CenterImageType).
  • Resolving inheritance for "App\Form\CenterImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CenterImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentreMutuelleType" (parent: .abstract.instanceof.App\Form\CentreMutuelleType).
  • Resolving inheritance for "App\Form\CentreMutuelleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentreMutuelleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentrePrestationType" (parent: .abstract.instanceof.App\Form\CentrePrestationType).
  • Resolving inheritance for "App\Form\CentrePrestationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentrePrestationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientStatusType" (parent: .abstract.instanceof.App\Form\ClientStatusType).
  • Resolving inheritance for "App\Form\ClientStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientStatusType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ClientStatusFilterType" (parent: .abstract.instanceof.App\Form\Filter\ClientStatusFilterType).
  • Resolving inheritance for "App\Form\Filter\ClientStatusFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ClientStatusFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HorairesType" (parent: .abstract.instanceof.App\Form\HorairesType).
  • Resolving inheritance for "App\Form\HorairesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HorairesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportHistoryType" (parent: .abstract.instanceof.App\Form\ImportHistoryType).
  • Resolving inheritance for "App\Form\ImportHistoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportHistoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordTypee" (parent: .abstract.instanceof.App\Form\PasswordTypee).
  • Resolving inheritance for "App\Form\PasswordTypee" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordTypee).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RemplacantSpecialiteType" (parent: .abstract.instanceof.App\Form\RemplacantSpecialiteType).
  • Resolving inheritance for "App\Form\RemplacantSpecialiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RemplacantSpecialiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificSubscType" (parent: .abstract.instanceof.App\Form\SpecificSubscType).
  • Resolving inheritance for "App\Form\SpecificSubscType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificSubscType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificSubscriptionType" (parent: .abstract.instanceof.App\Form\SpecificSubscriptionType).
  • Resolving inheritance for "App\Form\SpecificSubscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificSubscriptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TimeSelectorType" (parent: .abstract.instanceof.App\Form\TimeSelectorType).
  • Resolving inheritance for "App\Form\TimeSelectorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TimeSelectorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ClientStatusFilterType" (parent: .abstract.instanceof.App\Form\Type\ClientStatusFilterType).
  • Resolving inheritance for "App\Form\Type\ClientStatusFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ClientStatusFilterType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessCentreRepository" (parent: .abstract.instanceof.App\Repository\AccessCentreRepository).
  • Resolving inheritance for "App\Repository\AccessCentreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessCentreRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessPermissionRepository" (parent: .abstract.instanceof.App\Repository\AccessControl\AccessPermissionRepository).
  • Resolving inheritance for "App\Repository\AccessControl\AccessPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessPermissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessRoleRepository" (parent: .abstract.instanceof.App\Repository\AccessControl\AccessRoleRepository).
  • Resolving inheritance for "App\Repository\AccessControl\AccessRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessRoleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessUserRepository" (parent: .abstract.instanceof.App\Repository\AccessControl\AccessUserRepository).
  • Resolving inheritance for "App\Repository\AccessControl\AccessUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrateurRepository" (parent: .abstract.instanceof.App\Repository\AdministrateurRepository).
  • Resolving inheritance for "App\Repository\AdministrateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrateurRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnamneseRepository" (parent: .abstract.instanceof.App\Repository\AnamneseRepository).
  • Resolving inheritance for "App\Repository\AnamneseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnamneseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategorieRepository" (parent: .abstract.instanceof.App\Repository\ArticleCategorieRepository).
  • Resolving inheritance for "App\Repository\ArticleCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategorieRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository" (parent: .abstract.instanceof.App\Repository\ArticleRepository).
  • Resolving inheritance for "App\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleTagRepository" (parent: .abstract.instanceof.App\Repository\ArticleTagRepository).
  • Resolving inheritance for "App\Repository\ArticleTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssistanteRepository" (parent: .abstract.instanceof.App\Repository\AssistanteRepository).
  • Resolving inheritance for "App\Repository\AssistanteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssistanteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AtoLauditionPartnerRepository" (parent: .abstract.instanceof.App\Repository\AtoLauditionPartnerRepository).
  • Resolving inheritance for "App\Repository\AtoLauditionPartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AtoLauditionPartnerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audio\RoleRepository" (parent: .abstract.instanceof.App\Repository\Audio\RoleRepository).
  • Resolving inheritance for "App\Repository\Audio\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audio\RoleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioByPartnerRepository" (parent: .abstract.instanceof.App\Repository\AudioByPartnerRepository).
  • Resolving inheritance for "App\Repository\AudioByPartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioByPartnerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioCentreRepository" (parent: .abstract.instanceof.App\Repository\AudioCentreRepository).
  • Resolving inheritance for "App\Repository\AudioCentreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioCentreRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioCommentaireRepository" (parent: .abstract.instanceof.App\Repository\AudioCommentaireRepository).
  • Resolving inheritance for "App\Repository\AudioCommentaireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioCommentaireRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioDiplomeRepository" (parent: .abstract.instanceof.App\Repository\AudioDiplomeRepository).
  • Resolving inheritance for "App\Repository\AudioDiplomeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioDiplomeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioHelpQuestionsRepository" (parent: .abstract.instanceof.App\Repository\AudioHelpQuestionsRepository).
  • Resolving inheritance for "App\Repository\AudioHelpQuestionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioHelpQuestionsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioLibrePartnerRepository" (parent: .abstract.instanceof.App\Repository\AudioLibrePartnerRepository).
  • Resolving inheritance for "App\Repository\AudioLibrePartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioLibrePartnerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioMotifRepository" (parent: .abstract.instanceof.App\Repository\AudioMotifRepository).
  • Resolving inheritance for "App\Repository\AudioMotifRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioMotifRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioPartnerRepository" (parent: .abstract.instanceof.App\Repository\AudioPartnerRepository).
  • Resolving inheritance for "App\Repository\AudioPartnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioPartnerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioRepository" (parent: .abstract.instanceof.App\Repository\AudioRepository).
  • Resolving inheritance for "App\Repository\AudioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioSpecialiteRepository" (parent: .abstract.instanceof.App\Repository\AudioSpecialiteRepository).
  • Resolving inheritance for "App\Repository\AudioSpecialiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioSpecialiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SessionTonaleAnswerRepository" (parent: .abstract.instanceof.App\Repository\Audiometrie\SessionTonaleAnswerRepository).
  • Resolving inheritance for "App\Repository\Audiometrie\SessionTonaleAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SessionTonaleAnswerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SessionVocalAnswerRepository" (parent: .abstract.instanceof.App\Repository\Audiometrie\SessionVocalAnswerRepository).
  • Resolving inheritance for "App\Repository\Audiometrie\SessionVocalAnswerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SessionVocalAnswerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SettingRepository" (parent: .abstract.instanceof.App\Repository\Audiometrie\SettingRepository).
  • Resolving inheritance for "App\Repository\Audiometrie\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SettingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\TonaleSessionRepository" (parent: .abstract.instanceof.App\Repository\Audiometrie\TonaleSessionRepository).
  • Resolving inheritance for "App\Repository\Audiometrie\TonaleSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\TonaleSessionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\VocalSessionRepository" (parent: .abstract.instanceof.App\Repository\Audiometrie\VocalSessionRepository).
  • Resolving inheritance for "App\Repository\Audiometrie\VocalSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\VocalSessionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallInteractionRepository" (parent: .abstract.instanceof.App\Repository\CallInteractionRepository).
  • Resolving inheritance for "App\Repository\CallInteractionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallInteractionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallLogRepository" (parent: .abstract.instanceof.App\Repository\CallLogRepository).
  • Resolving inheritance for "App\Repository\CallLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancellationRecordRepository" (parent: .abstract.instanceof.App\Repository\CancellationRecordRepository).
  • Resolving inheritance for "App\Repository\CancellationRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancellationRecordRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieRepository" (parent: .abstract.instanceof.App\Repository\CategorieRepository).
  • Resolving inheritance for "App\Repository\CategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CenterImageRepository" (parent: .abstract.instanceof.App\Repository\CenterImageRepository).
  • Resolving inheritance for "App\Repository\CenterImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CenterImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CenterImportedRepository" (parent: .abstract.instanceof.App\Repository\CenterImportedRepository).
  • Resolving inheritance for "App\Repository\CenterImportedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CenterImportedRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreDocumentRepository" (parent: .abstract.instanceof.App\Repository\CentreDocumentRepository).
  • Resolving inheritance for "App\Repository\CentreDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreDocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreMutuelleRepository" (parent: .abstract.instanceof.App\Repository\CentreMutuelleRepository).
  • Resolving inheritance for "App\Repository\CentreMutuelleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreMutuelleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentrePrestationRepository" (parent: .abstract.instanceof.App\Repository\CentrePrestationRepository).
  • Resolving inheritance for "App\Repository\CentrePrestationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentrePrestationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreRepository" (parent: .abstract.instanceof.App\Repository\CentreRepository).
  • Resolving inheritance for "App\Repository\CentreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreTempRepository" (parent: .abstract.instanceof.App\Repository\CentreTempRepository).
  • Resolving inheritance for "App\Repository\CentreTempRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreTempRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreTierRepository" (parent: .abstract.instanceof.App\Repository\CentreTierRepository).
  • Resolving inheritance for "App\Repository\CentreTierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreTierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\AssureCivilityRepository" (parent: .abstract.instanceof.App\Repository\Client\AssureCivilityRepository).
  • Resolving inheritance for "App\Repository\Client\AssureCivilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\AssureCivilityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\BirthOrderRepository" (parent: .abstract.instanceof.App\Repository\Client\BirthOrderRepository).
  • Resolving inheritance for "App\Repository\Client\BirthOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\BirthOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\QualityAmoRepository" (parent: .abstract.instanceof.App\Repository\Client\QualityAmoRepository).
  • Resolving inheritance for "App\Repository\Client\QualityAmoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\QualityAmoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\RelationAmcRepository" (parent: .abstract.instanceof.App\Repository\Client\RelationAmcRepository).
  • Resolving inheritance for "App\Repository\Client\RelationAmcRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\RelationAmcRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\SanteAmcRepository" (parent: .abstract.instanceof.App\Repository\Client\SanteAmcRepository).
  • Resolving inheritance for "App\Repository\Client\SanteAmcRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\SanteAmcRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\SanteAmoRepository" (parent: .abstract.instanceof.App\Repository\Client\SanteAmoRepository).
  • Resolving inheritance for "App\Repository\Client\SanteAmoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\SanteAmoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAnamneseRepository" (parent: .abstract.instanceof.App\Repository\ClientAnamneseRepository).
  • Resolving inheritance for "App\Repository\ClientAnamneseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAnamneseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientBlockedRepository" (parent: .abstract.instanceof.App\Repository\ClientBlockedRepository).
  • Resolving inheritance for "App\Repository\ClientBlockedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientBlockedRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientDocumentRepository" (parent: .abstract.instanceof.App\Repository\ClientDocumentRepository).
  • Resolving inheritance for "App\Repository\ClientDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientDocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository" (parent: .abstract.instanceof.App\Repository\ClientRepository).
  • Resolving inheritance for "App\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientStatusRepository" (parent: .abstract.instanceof.App\Repository\ClientStatusRepository).
  • Resolving inheritance for "App\Repository\ClientStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientTempRepository" (parent: .abstract.instanceof.App\Repository\ClientTempRepository).
  • Resolving inheritance for "App\Repository\ClientTempRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientTempRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommissionRepository" (parent: .abstract.instanceof.App\Repository\CommissionRepository).
  • Resolving inheritance for "App\Repository\CommissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
  • Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractCategoryRepository" (parent: .abstract.instanceof.App\Repository\ContractCategoryRepository).
  • Resolving inheritance for "App\Repository\ContractCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeletionRequestRepository" (parent: .abstract.instanceof.App\Repository\DeletionRequestRepository).
  • Resolving inheritance for "App\Repository\DeletionRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeletionRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartementRepository" (parent: .abstract.instanceof.App\Repository\DepartementRepository).
  • Resolving inheritance for "App\Repository\DepartementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\ClientDeviceRepository" (parent: .abstract.instanceof.App\Repository\Device\ClientDeviceRepository).
  • Resolving inheritance for "App\Repository\Device\ClientDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\ClientDeviceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\DeviceRepository" (parent: .abstract.instanceof.App\Repository\Device\DeviceRepository).
  • Resolving inheritance for "App\Repository\Device\DeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\DeviceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\SettingDeviceRepository" (parent: .abstract.instanceof.App\Repository\Device\SettingDeviceRepository).
  • Resolving inheritance for "App\Repository\Device\SettingDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\SettingDeviceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiplomeRepository" (parent: .abstract.instanceof.App\Repository\DiplomeRepository).
  • Resolving inheritance for "App\Repository\DiplomeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiplomeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DocumentRepository).
  • Resolving inheritance for "App\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailCampaignRepository" (parent: .abstract.instanceof.App\Repository\EmailCampaignRepository).
  • Resolving inheritance for "App\Repository\EmailCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailCampaignRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatRdvRepository" (parent: .abstract.instanceof.App\Repository\EtatRdvRepository).
  • Resolving inheritance for "App\Repository\EtatRdvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatRdvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExperienceProRepository" (parent: .abstract.instanceof.App\Repository\ExperienceProRepository).
  • Resolving inheritance for "App\Repository\ExperienceProRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExperienceProRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQRepository" (parent: .abstract.instanceof.App\Repository\FAQRepository).
  • Resolving inheritance for "App\Repository\FAQRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturesRepository" (parent: .abstract.instanceof.App\Repository\FacturesRepository).
  • Resolving inheritance for "App\Repository\FacturesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedPaymentNotificationRepository" (parent: .abstract.instanceof.App\Repository\FailedPaymentNotificationRepository).
  • Resolving inheritance for "App\Repository\FailedPaymentNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedPaymentNotificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GoogleAgendaRepository" (parent: .abstract.instanceof.App\Repository\GoogleAgendaRepository).
  • Resolving inheritance for "App\Repository\GoogleAgendaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GoogleAgendaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpQuestionsRepository" (parent: .abstract.instanceof.App\Repository\HelpQuestionsRepository).
  • Resolving inheritance for "App\Repository\HelpQuestionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpQuestionsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidayRepository" (parent: .abstract.instanceof.App\Repository\HolidayRepository).
  • Resolving inheritance for "App\Repository\HolidayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidayRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportCenterRepository" (parent: .abstract.instanceof.App\Repository\ImportCenterRepository).
  • Resolving inheritance for "App\Repository\ImportCenterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportCenterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportHistoryRepository" (parent: .abstract.instanceof.App\Repository\ImportHistoryRepository).
  • Resolving inheritance for "App\Repository\ImportHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InfoCategorieRepository" (parent: .abstract.instanceof.App\Repository\InfoCategorieRepository).
  • Resolving inheritance for "App\Repository\InfoCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InfoCategorieRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadRdvRepository" (parent: .abstract.instanceof.App\Repository\LeadRdvRepository).
  • Resolving inheritance for "App\Repository\LeadRdvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadRdvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadStatusRepository" (parent: .abstract.instanceof.App\Repository\LeadStatusRepository).
  • Resolving inheritance for "App\Repository\LeadStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalRepository" (parent: .abstract.instanceof.App\Repository\LegalRepository).
  • Resolving inheritance for "App\Repository\LegalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuMutuelleRepository" (parent: .abstract.instanceof.App\Repository\LieuMutuelleRepository).
  • Resolving inheritance for "App\Repository\LieuMutuelleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuMutuelleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuPrestationRepository" (parent: .abstract.instanceof.App\Repository\LieuPrestationRepository).
  • Resolving inheritance for "App\Repository\LieuPrestationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuPrestationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuRepository" (parent: .abstract.instanceof.App\Repository\LieuRepository).
  • Resolving inheritance for "App\Repository\LieuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuTierRepository" (parent: .abstract.instanceof.App\Repository\LieuTierRepository).
  • Resolving inheritance for "App\Repository\LieuTierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuTierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRelanceRepository" (parent: .abstract.instanceof.App\Repository\LogRelanceRepository).
  • Resolving inheritance for "App\Repository\LogRelanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRelanceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MedecinRepository" (parent: .abstract.instanceof.App\Repository\MedecinRepository).
  • Resolving inheritance for "App\Repository\MedecinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MedecinRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MotifRepository" (parent: .abstract.instanceof.App\Repository\MotifRepository).
  • Resolving inheritance for "App\Repository\MotifRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MotifRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MutuelleRepository" (parent: .abstract.instanceof.App\Repository\MutuelleRepository).
  • Resolving inheritance for "App\Repository\MutuelleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MutuelleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository" (parent: .abstract.instanceof.App\Repository\NoteRepository).
  • Resolving inheritance for "App\Repository\NoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\CentreStaffRepository" (parent: .abstract.instanceof.App\Repository\Notification\CentreStaffRepository).
  • Resolving inheritance for "App\Repository\Notification\CentreStaffRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\CentreStaffRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\RdvSmsRepository" (parent: .abstract.instanceof.App\Repository\Notification\RdvSmsRepository).
  • Resolving inheritance for "App\Repository\Notification\RdvSmsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\RdvSmsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRdvSmsRepository" (parent: .abstract.instanceof.App\Repository\NotificationRdvSmsRepository).
  • Resolving inheritance for "App\Repository\NotificationRdvSmsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRdvSmsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpticalInvoiceRepository" (parent: .abstract.instanceof.App\Repository\OpticalInvoiceRepository).
  • Resolving inheritance for "App\Repository\OpticalInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpticalInvoiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDatatableRepository" (parent: .abstract.instanceof.App\Repository\OrderDatatableRepository).
  • Resolving inheritance for "App\Repository\OrderDatatableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDatatableRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPatientDatatableRepository" (parent: .abstract.instanceof.App\Repository\OrderPatientDatatableRepository).
  • Resolving inheritance for "App\Repository\OrderPatientDatatableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPatientDatatableRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageCategorieRepository" (parent: .abstract.instanceof.App\Repository\PageCategorieRepository).
  • Resolving inheritance for "App\Repository\PageCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageCategorieRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageInfoCategorieRepository" (parent: .abstract.instanceof.App\Repository\PageInfoCategorieRepository).
  • Resolving inheritance for "App\Repository\PageInfoCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageInfoCategorieRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
  • Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageTagRepository" (parent: .abstract.instanceof.App\Repository\PageTagRepository).
  • Resolving inheritance for "App\Repository\PageTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingAudioLibreRepository" (parent: .abstract.instanceof.App\Repository\Partner\BillingAudioLibreRepository).
  • Resolving inheritance for "App\Repository\Partner\BillingAudioLibreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingAudioLibreRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingCdaRepository" (parent: .abstract.instanceof.App\Repository\Partner\BillingCdaRepository).
  • Resolving inheritance for "App\Repository\Partner\BillingCdaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingCdaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingFileRepository" (parent: .abstract.instanceof.App\Repository\Partner\BillingFileRepository).
  • Resolving inheritance for "App\Repository\Partner\BillingFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingFileRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\PartnerSubscriptionRepository).
  • Resolving inheritance for "App\Repository\PartnerSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerSubscriptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\SubscriptionRepository" (parent: .abstract.instanceof.App\Repository\Payment\SubscriptionRepository).
  • Resolving inheritance for "App\Repository\Payment\SubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\SubscriptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\PaymentMethodRepository).
  • Resolving inheritance for "App\Repository\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
  • Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository" (parent: .abstract.instanceof.App\Repository\PlanRepository).
  • Resolving inheritance for "App\Repository\PlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrestationRepository" (parent: .abstract.instanceof.App\Repository\PrestationRepository).
  • Resolving inheritance for "App\Repository\PrestationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrestationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProchesRepository" (parent: .abstract.instanceof.App\Repository\ProchesRepository).
  • Resolving inheritance for "App\Repository\ProchesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProchesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfilPermissionRepository" (parent: .abstract.instanceof.App\Repository\ProfilPermissionRepository).
  • Resolving inheritance for "App\Repository\ProfilPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfilPermissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfilRepository" (parent: .abstract.instanceof.App\Repository\ProfilRepository).
  • Resolving inheritance for "App\Repository\ProfilRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfilRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RdvEventRepository" (parent: .abstract.instanceof.App\Repository\RdvEventRepository).
  • Resolving inheritance for "App\Repository\RdvEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RdvEventRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RdvRepository" (parent: .abstract.instanceof.App\Repository\RdvRepository).
  • Resolving inheritance for "App\Repository\RdvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RdvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionDepartmentRepository" (parent: .abstract.instanceof.App\Repository\RegionDepartmentRepository).
  • Resolving inheritance for "App\Repository\RegionDepartmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionDepartmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReminderRepository" (parent: .abstract.instanceof.App\Repository\ReminderRepository).
  • Resolving inheritance for "App\Repository\ReminderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReminderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RemplacantRepository" (parent: .abstract.instanceof.App\Repository\RemplacantRepository).
  • Resolving inheritance for "App\Repository\RemplacantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RemplacantRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RemplacantSpecialiteRepository" (parent: .abstract.instanceof.App\Repository\RemplacantSpecialiteRepository).
  • Resolving inheritance for "App\Repository\RemplacantSpecialiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RemplacantSpecialiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoadTypeRepository" (parent: .abstract.instanceof.App\Repository\RoadTypeRepository).
  • Resolving inheritance for "App\Repository\RoadTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoadTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecialiteRepository" (parent: .abstract.instanceof.App\Repository\SpecialiteRepository).
  • Resolving inheritance for "App\Repository\SpecialiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecialiteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\SpecificSubscriptionRepository).
  • Resolving inheritance for "App\Repository\SpecificSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificSubscriptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationRepository" (parent: .abstract.instanceof.App\Repository\StationRepository).
  • Resolving inheritance for "App\Repository\StationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRdvRepository" (parent: .abstract.instanceof.App\Repository\StatusRdvRepository).
  • Resolving inheritance for "App\Repository\StatusRdvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRdvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository" (parent: .abstract.instanceof.App\Repository\StatusRepository).
  • Resolving inheritance for "App\Repository\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumCategorieRepository" (parent: .abstract.instanceof.App\Repository\Synchronisation\CosiumCategorieRepository).
  • Resolving inheritance for "App\Repository\Synchronisation\CosiumCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumCategorieRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumCenterRepository" (parent: .abstract.instanceof.App\Repository\Synchronisation\CosiumCenterRepository).
  • Resolving inheritance for "App\Repository\Synchronisation\CosiumCenterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumCenterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumEventRepository" (parent: .abstract.instanceof.App\Repository\Synchronisation\CosiumEventRepository).
  • Resolving inheritance for "App\Repository\Synchronisation\CosiumEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumEventRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumRdvRepository" (parent: .abstract.instanceof.App\Repository\Synchronisation\CosiumRdvRepository).
  • Resolving inheritance for "App\Repository\Synchronisation\CosiumRdvRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumRdvRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\SynchronisationCosiumRepository" (parent: .abstract.instanceof.App\Repository\Synchronisation\SynchronisationCosiumRepository).
  • Resolving inheritance for "App\Repository\Synchronisation\SynchronisationCosiumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\SynchronisationCosiumRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SynchronisationSettingRepository" (parent: .abstract.instanceof.App\Repository\SynchronisationSettingRepository).
  • Resolving inheritance for "App\Repository\SynchronisationSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SynchronisationSettingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
  • Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAppareilRepository" (parent: .abstract.instanceof.App\Repository\TestAppareilRepository).
  • Resolving inheritance for "App\Repository\TestAppareilRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAppareilRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestClientRepository" (parent: .abstract.instanceof.App\Repository\TestClientRepository).
  • Resolving inheritance for "App\Repository\TestClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestClientRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionRepository" (parent: .abstract.instanceof.App\Repository\TestQuestionRepository).
  • Resolving inheritance for "App\Repository\TestQuestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TierRepository" (parent: .abstract.instanceof.App\Repository\TierRepository).
  • Resolving inheritance for "App\Repository\TierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenAdminSwitcherRepository" (parent: .abstract.instanceof.App\Repository\TokenAdminSwitcherRepository).
  • Resolving inheritance for "App\Repository\TokenAdminSwitcherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenAdminSwitcherRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository" (parent: .abstract.instanceof.App\Repository\TokenRepository).
  • Resolving inheritance for "App\Repository\TokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustedUserRepository" (parent: .abstract.instanceof.App\Repository\TrustedUserRepository).
  • Resolving inheritance for "App\Repository\TrustedUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustedUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VilleRepository" (parent: .abstract.instanceof.App\Repository\VilleRepository).
  • Resolving inheritance for "App\Repository\VilleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VilleRepository).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Audiometrie\FileUpload" (parent: .abstract.instanceof.App\Service\Audiometrie\FileUpload).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Audiometrie\FileUpload" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Audiometrie\FileUpload).
  • Resolving inheritance for "App\Service\Audiometrie\FileUpload" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Audiometrie\FileUpload).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\FileUploader" (parent: .abstract.instanceof.App\Service\FileUploader).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\FileUploader" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\FileUploader).
  • Resolving inheritance for "App\Service\FileUploader" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\FileUploader).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\PublicFunction" (parent: .abstract.instanceof.App\Service\PublicFunction).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\PublicFunction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\PublicFunction).
  • Resolving inheritance for "App\Service\PublicFunction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\PublicFunction).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\SmsHandler" (parent: .abstract.instanceof.App\Service\SmsHandler).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\SmsHandler" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\SmsHandler).
  • Resolving inheritance for "App\Service\SmsHandler" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\SmsHandler).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CallLogExtension" (parent: .abstract.instanceof.App\Twig\CallLogExtension).
  • Resolving inheritance for "App\Twig\CallLogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CallLogExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendinblue" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.optical" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.optical" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.optical" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.optical" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.optical" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.optical" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.optical" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.optical.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.optical.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.optical" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.optical" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.optical" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.optical" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.optical" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.optical" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.resource.legacy" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.property.legacy" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
  • Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
  • Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.center_images" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.center_images" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.center_images" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_data_provider" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_data_persister" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "security.authentication.provider.guard.optical.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.dao.optical.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.optical.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.guard.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.dao.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
  • Resolving inheritance for "security.authentication.provider.anonymous.main.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
915
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "public_function": Class or interface "App\Controller\PublicFunctionController" cannot be loaded.
1
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Service\Import\ImporterInterface"; reason: private alias.
  • Removed service "App\Service\Import\MapperInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.naming_strategy"; reason: private alias.
  • Removed service "jms_serializer.object_constructor"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "jms_serializer.accessor_strategy"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.optical"; reason: private alias.
  • Removed service "security.user_checker.optical"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "api_platform.serializer"; reason: private alias.
  • Removed service "api_platform.property_accessor"; reason: private alias.
  • Removed service "api_platform.property_info"; reason: private alias.
  • Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
  • Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
  • Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver"; reason: private alias.
  • Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
  • Removed service "api_platform.identifiers_extractor"; reason: private alias.
  • Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
  • Removed service "api_platform.state_provider"; reason: private alias.
  • Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
  • Removed service "api_platform.pagination"; reason: private alias.
  • Removed service "api_platform.state_processor"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_collection_factory.retro_compatible"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\OperationAwareFormatsProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
  • Removed service "api_platform.route_loader"; reason: private alias.
  • Removed service "api_platform.iri_converter"; reason: private alias.
  • Removed service "api_platform.cache.metadata.property"; reason: private alias.
  • Removed service "api_platform.openapi.factory"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\SerializerContextBuilderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\ResourceClassResolverInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\UrlGeneratorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\JsonSchema\SchemaFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\JsonSchema\TypeFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Security\ResourceAccessCheckerInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
  • Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
  • Removed service "api_platform.path_segment_name_generator"; reason: private alias.
  • Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
  • Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.legacy"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
  • Removed service "api_platform.metadata.extractor.yaml"; reason: private alias.
  • Removed service "api_platform.metadata.extractor.xml"; reason: private alias.
  • Removed service "api_platform.metadata.property_extractor.xml"; reason: private alias.
  • Removed service "api_platform.metadata.resource_extractor.xml"; reason: private alias.
  • Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
  • Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
  • Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
  • Removed service "api_platform.swagger_ui.listener"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver.legacy"; reason: private alias.
  • Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
  • Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
  • Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "api_platform.security.expression_language"; reason: private alias.
  • Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
  • Removed service "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
  • Removed service "scheb_two_factor.first_two_factor_handler"; reason: private alias.
  • Removed service "scheb_two_factor.handler_condition"; reason: private alias.
  • Removed service "scheb_two_factor.security.totp.form_renderer"; reason: private alias.
  • Removed service "scheb_two_factor.persister"; reason: private alias.
  • Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
  • Removed service "scheb_two_factor.token_factory"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "api_platform.name_converter"; reason: private alias.
  • Removed service ".service_locator.NuHbnez"; reason: private alias.
  • Removed service ".service_locator.bnaLdkn"; reason: private alias.
  • Removed service ".service_locator.Xbsa8iG"; reason: private alias.
  • Removed service ".service_locator.Mo0FXEU"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.property_info.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.serializer.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.default_property.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.annotation.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.yaml.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.validator.legacy.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
  • Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
  • Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "api_platform.serializer.context_builder"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.yaml.legacy.inner"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
  • Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
  • Removed service "api_platform.collection_data_provider"; reason: private alias.
  • Removed service "api_platform.item_data_provider"; reason: private alias.
  • Removed service "api_platform.subresource_data_provider"; reason: private alias.
  • Removed service "api_platform.data_persister"; reason: private alias.
  • Removed service "api_platform.identifiers_extractor.legacy"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.authentication.trust_resolver"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"; reason: private alias.
  • Removed service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "security.authentication.provider.guard.optical"; reason: private alias.
  • Removed service "security.authentication.provider.dao.optical"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.optical"; reason: private alias.
  • Removed service "security.authentication.provider.guard.main"; reason: private alias.
  • Removed service "security.authentication.provider.dao.main"; reason: private alias.
  • Removed service "security.authentication.provider.anonymous.main"; reason: private alias.
  • Removed service "api_platform.serializer.mapping.class_metadata_factory.inner"; reason: private alias.
  • Removed service "api_platform.openapi.normalizer"; reason: private alias.
  • Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
  • Removed service "api_platform.route_name_resolver"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.cached.legacy.inner"; reason: private alias.
  • Removed service "api_platform.subresource_operation_factory"; reason: private alias.
324
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\EasyAdmin\Controller\AccessUserCrudController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\EasyAdmin\Controller\CentreCrudController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EasyAdmin\Controller\RemplacantCrudController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\EasyAdmin\DataFixtures\AppFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\AppUserAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\AppUserAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendinblue" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.optical" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.metadata.property.metadata_factory.validator.legacy" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.jrtEjJf" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.ULEwkxg" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.jHbVS8e" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.jHbVS8e" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ETBPqPO" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.provider.guard.optical.two_factor_decorator.inner" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.provider.guard.main.two_factor_decorator.inner" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
111
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "api_platform.serializer.property_filter"; reason: abstract.
  • Removed service "api_platform.serializer.group_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
  • Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.form_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.access_listener"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
  • Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
  • Removed service "scheb_two_factor.security.authenticator"; reason: abstract.
  • Removed service "scheb_two_factor.security.listener.token_created"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCommandSendReminderEmailsRdv30DaysCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AppCommandSendReminderEmailsRdv30DaysCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AppCommandSyncCosiumCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AppCommandSyncCosiumCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientRdvUpdateCenterAudioCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ClientRdvUpdateCenterAudioCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EquipmentStatusReportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\EquipmentStatusReportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchExternalArticlesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FetchExternalArticlesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGoogleEventsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FetchGoogleEventsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchLeadsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FetchLeadsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateOpticalInvoiceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\GenerateOpticalInvoiceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LeadRdvCleanupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\LeadRdvCleanupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LogTestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\LogTestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScheduleEmailCampaignCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ScheduleEmailCampaignCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendAppointmentRemindersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendAppointmentRemindersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBillingAudioLibreCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendBillingAudioLibreCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBillingCdaCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendBillingCdaCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendBirthdayEmailsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendBirthdayEmailsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendEquipmentStatusCallsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendEquipmentStatusCallsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFailedPaymentEmailsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendFailedPaymentEmailsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowup15DaysCallsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendFollowup15DaysCallsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowup31DaysCallsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendFollowup31DaysCallsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendFollowupCallsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendFollowupCallsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendRdvStatusReminders"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SendRdvStatusReminders"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateAudioPartnerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateAudioPartnerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccessControl\AccessController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccessControl\AccessController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AccessControl\AccessController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdministrateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdministrateurController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdministrateurController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ads\ChatbotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ads\ChatbotController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Ads\ChatbotController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnamneseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnamneseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AnamneseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ArticleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssistanteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssistanteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AssistanteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audio\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audio\RoleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Audio\RoleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AudioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AudioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AudioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\SettingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Audiometrie\SettingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\TonaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\TonaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Audiometrie\TonaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Audiometrie\VocalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Audiometrie\VocalController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Audiometrie\VocalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AuthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Center\StationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Center\StationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Center\StationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CenterImportedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CenterImportedController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CenterImportedController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CentreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CentreController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CentreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CentreTempController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CentreTempController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CentreTempController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ClientApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ClientApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Client\ClientApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ClientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientStatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientStatusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ClientStatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientTempController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientTempController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ClientTempController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Device\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Device\DeviceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Device\DeviceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DiplomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DiplomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DiplomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExperienceProController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExperienceProController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ExperienceProController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FAQController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FAQController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FAQController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FacturesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FacturesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FacturesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpQuestionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpQuestionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HelpQuestionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\Client\FileUploadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\Client\FileUploadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Import\Client\FileUploadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Import\ImportFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Import\ImportFileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Import\ImportFileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LandingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LegalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LieuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LieuController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LieuController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MotifController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MotifController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MotifController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MutuelleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MutuelleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MutuelleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NoteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OauthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OauthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OauthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Optical\OpticalSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Optical\OpticalSecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Optical\OpticalSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\PartnerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\PartnerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Partner\PartnerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Partner\WebhookDocageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Partner\WebhookDocageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Partner\WebhookDocageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PrestationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PrestationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PrestationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProchesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProchesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProchesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfilController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProfilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RdvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RdvController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RdvController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReminderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReminderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ReminderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RemplacantController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RemplacantController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RemplacantController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpecialiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpecialiteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SpecialiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Subscription\SpecificSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Subscription\SpecificSubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Subscription\SpecificSubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Subscription\SubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Subscription\SubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Subscription\SubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Synchronisation\CosiumController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Synchronisation\CosiumController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Synchronisation\CosiumController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Synchronisation\GoogleCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Synchronisation\GoogleCalendarController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Synchronisation\GoogleCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SynchronisationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SynchronisationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SynchronisationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Test\SynthflowAdvancedTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Test\SynthflowAdvancedTestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Test\SynthflowAdvancedTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestClientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestClientController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TestClientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestQuestionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestQuestionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TestQuestionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TrustedUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TrustedUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TrustedUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwilioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwilioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TwilioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TwoFactorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\GoogleWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\GoogleWebhookController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Webhook\GoogleWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\StripeWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\StripeWebhookController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Webhook\StripeWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webhook\SynthflowWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webhook\SynthflowWebhookController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Webhook\SynthflowWebhookController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AccessUserCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AccessUserCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EasyAdmin\Controller\AccessUserCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AccessUserCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\AccessUserCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleCategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleCategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleCategorieCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ArticleCategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ArticleCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ArticleTagCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ArticleTagCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ArticleTagCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ArticleTagCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AtolPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AtolPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AtolPartnerCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\AtolPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\AudioCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioLibrePartnerCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\AudioLibrePartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\AudioPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\AudioPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\AudioPartnerCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\AudioPartnerCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CategorieCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\CategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CentreCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CentreCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CentreCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\CentreCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CentreTempCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CentreTempCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\CentreTempCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\CentreTempCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ClientCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientStatusCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientStatusCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientStatusCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ClientStatusCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ClientTempCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ClientTempCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ClientTempCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ClientTempCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ContractCategoryCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ContractCategoryCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ContractCategoryCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ContractCategoryCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\CreateAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\CreateAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\CreateAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\Controller\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\EmailCampaignCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\EmailCampaignCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\EmailCampaignCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\EmailCampaignCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FAQCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FAQCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FAQCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\FAQCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FactureCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FactureCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FactureCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\FactureCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\ImportCenterCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\ImportCenterCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\ImportCenterCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\ImportCenterCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LeadRdvCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LeadRdvCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LeadRdvCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\LeadRdvCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LeadStatusCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LeadStatusCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LeadStatusCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\LeadStatusCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\LoginLogCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\LoginLogCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\LoginLogCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\LoginLogCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\PartnerSubscriptionCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\PartnerSubscriptionCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\RdvCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvMyAudioCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvMyAudioCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvMyAudioCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\RdvMyAudioCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RdvOcCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RdvOcCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RdvOcCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\RdvOcCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\RemplacantCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\RemplacantCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EasyAdmin\Controller\RemplacantCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\RemplacantCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\RemplacantCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\Controller\TagCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\Controller\TagCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\Controller\TagCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\Controller\TagCrudController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\EasyAdmin\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\DashboardController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\OpticalController\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\OpticalController\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\OpticalController\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\OpticalController\FactureOpticalCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\OpticalController\RdvOcCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\OpticalController\RdvOcCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\OpticalController\RdvOcCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\OpticalController\RdvOcCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\ArticleCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\ArticleCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\WriterController\ArticleCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\WriterController\ArticleCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\CategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\CategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\EasyAdmin\WriterController\CategorieCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\WriterController\CategorieCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\EasyAdmin\WriterController\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\EasyAdmin\WriterController\DashboardController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\EasyAdmin\WriterController\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EasyAdmin\WriterController\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccessCentreType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AccessCentreType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioCentreType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AudioCentreType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioDiplomeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AudioDiplomeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AudioSpecialiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AudioSpecialiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CenterImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CenterImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentreMutuelleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CentreMutuelleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentrePrestationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CentrePrestationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientStatusType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ClientStatusType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ClientStatusFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\ClientStatusFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HorairesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\HorairesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImportHistoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ImportHistoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordTypee"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PasswordTypee"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RemplacantSpecialiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RemplacantSpecialiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificSubscType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SpecificSubscType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpecificSubscriptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SpecificSubscriptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TimeSelectorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TimeSelectorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ClientStatusFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ClientStatusFilterType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessCentreRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessCentreRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessPermissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessControl\AccessPermissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessRoleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessControl\AccessRoleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessControl\AccessUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AccessControl\AccessUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministrateurRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AdministrateurRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnamneseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AnamneseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategorieRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ArticleCategorieRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ArticleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ArticleTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssistanteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AssistanteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AtoLauditionPartnerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AtoLauditionPartnerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audio\RoleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Audio\RoleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioByPartnerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioByPartnerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioCentreRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioCentreRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioCommentaireRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioCommentaireRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioDiplomeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioDiplomeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioHelpQuestionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioHelpQuestionsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioLibrePartnerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioLibrePartnerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioMotifRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioMotifRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioPartnerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioPartnerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AudioSpecialiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AudioSpecialiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SessionTonaleAnswerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Audiometrie\SessionTonaleAnswerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SessionVocalAnswerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Audiometrie\SessionVocalAnswerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\SettingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Audiometrie\SettingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\TonaleSessionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Audiometrie\TonaleSessionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Audiometrie\VocalSessionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Audiometrie\VocalSessionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallInteractionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CallInteractionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CallLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CancellationRecordRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CancellationRecordRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategorieRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CenterImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CenterImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CenterImportedRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CenterImportedRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreDocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CentreDocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreMutuelleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CentreMutuelleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentrePrestationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CentrePrestationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CentreRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreTempRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CentreTempRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentreTierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CentreTierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\AssureCivilityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Client\AssureCivilityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\BirthOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Client\BirthOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\QualityAmoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Client\QualityAmoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\RelationAmcRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Client\RelationAmcRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\SanteAmcRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Client\SanteAmcRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Client\SanteAmoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Client\SanteAmoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientAnamneseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClientAnamneseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientBlockedRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClientBlockedRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientDocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClientDocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClientRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClientStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientTempRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClientTempRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CommissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContractCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeletionRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeletionRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DepartementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DepartementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\ClientDeviceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Device\ClientDeviceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\DeviceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Device\DeviceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Device\SettingDeviceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Device\SettingDeviceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiplomeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DiplomeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailCampaignRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EmailCampaignRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtatRdvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EtatRdvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExperienceProRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ExperienceProRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FAQRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FAQRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacturesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FailedPaymentNotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FailedPaymentNotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GoogleAgendaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GoogleAgendaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HelpQuestionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HelpQuestionsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidayRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HolidayRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportCenterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImportCenterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImportHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InfoCategorieRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InfoCategorieRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadRdvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LeadRdvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LeadStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LeadStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LegalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuMutuelleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LieuMutuelleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuPrestationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LieuPrestationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LieuRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LieuTierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LieuTierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRelanceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LogRelanceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MedecinRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MedecinRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MotifRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MotifRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MutuelleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MutuelleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NoteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\CentreStaffRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Notification\CentreStaffRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\RdvSmsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Notification\RdvSmsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRdvSmsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotificationRdvSmsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpticalInvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OpticalInvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDatatableRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderDatatableRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderPatientDatatableRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrderPatientDatatableRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageCategorieRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PageCategorieRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageInfoCategorieRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PageInfoCategorieRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PageTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingAudioLibreRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Partner\BillingAudioLibreRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingCdaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Partner\BillingCdaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Partner\BillingFileRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Partner\BillingFileRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PartnerSubscriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PartnerSubscriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Payment\SubscriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Payment\SubscriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentMethodRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PlanRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PrestationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PrestationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProchesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProchesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfilPermissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProfilPermissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfilRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProfilRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RdvEventRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RdvEventRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RdvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RdvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionDepartmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RegionDepartmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReminderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReminderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RemplacantRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RemplacantRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RemplacantSpecialiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RemplacantSpecialiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoadTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RoadTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecialiteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SpecialiteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpecificSubscriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SpecificSubscriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRdvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatusRdvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumCategorieRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Synchronisation\CosiumCategorieRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumCenterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Synchronisation\CosiumCenterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumEventRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Synchronisation\CosiumEventRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\CosiumRdvRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Synchronisation\CosiumRdvRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Synchronisation\SynchronisationCosiumRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Synchronisation\SynchronisationCosiumRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SynchronisationSettingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SynchronisationSettingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestAppareilRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestAppareilRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestClientRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestClientRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestQuestionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestQuestionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenAdminSwitcherRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TokenAdminSwitcherRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TokenRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustedUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TrustedUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VilleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VilleRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\Audiometrie\FileUpload"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\Audiometrie\FileUpload"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\Audiometrie\FileUpload"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\FileUploader"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\FileUploader"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\FileUploader"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\PublicFunction"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\PublicFunction"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\PublicFunction"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\SmsHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\SmsHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\SmsHandler"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CallLogExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\CallLogExtension"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
880
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "Google\Client"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~8jBqSqk"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
  • Removed service "api_platform.symfony.iri_converter"; reason: unused.
  • Removed service "api_platform.api.identifiers_extractor"; reason: unused.
  • Removed service "api_platform.uri_variables.converter"; reason: unused.
  • Removed service "api_platform.uri_variables.transformer.integer"; reason: unused.
  • Removed service "api_platform.uri_variables.transformer.date_time"; reason: unused.
  • Removed service "api_platform.state_provider.locator"; reason: unused.
  • Removed service "api_platform.pagination.next"; reason: unused.
  • Removed service "api_platform.state_processor.locator"; reason: unused.
  • Removed service "api_platform.operation_method_resolver"; reason: unused.
  • Removed service "api_platform.formats_provider"; reason: unused.
  • Removed service "api_platform.serializer_locator"; reason: unused.
  • Removed service "api_platform.filter_collection_factory"; reason: unused.
  • Removed service "api_platform.filters"; reason: unused.
  • Removed service "api_platform.symfony.uri_variables.transformer.ulid"; reason: unused.
  • Removed service "api_platform.symfony.uri_variables.transformer.uuid"; reason: unused.
  • Removed service "api_platform.metadata.resource.name_collection_factory.xml.legacy"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
  • Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
  • Removed service "api_platform.doctrine.orm.state.remove_processor"; reason: unused.
  • Removed service "api_platform.doctrine.orm.state.persist_processor"; reason: unused.
  • Removed service "debug.var_dumper.cloner"; reason: unused.
  • Removed service "debug.var_dumper.cli_dumper"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
  • Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
  • Removed service "scheb_two_factor.security.access.access_decider"; reason: unused.
  • Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
  • Removed service "scheb_two_factor.security.request_data_reader"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.SfysWBH"; reason: unused.
106
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.ULEwkxg.App\Controller\AccessControl\AccessController" to "App\Controller\AccessControl\AccessController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\AdministrateurController" to "App\Controller\AdministrateurController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Ads\ChatbotController" to "App\Controller\Ads\ChatbotController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\AnamneseController" to "App\Controller\AnamneseController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ArticleController" to "App\Controller\ArticleController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\AssistanteController" to "App\Controller\AssistanteController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Audio\RoleController" to "App\Controller\Audio\RoleController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\AudioController" to "App\Controller\AudioController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Audiometrie\SettingController" to "App\Controller\Audiometrie\SettingController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Audiometrie\TonaleController" to "App\Controller\Audiometrie\TonaleController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Audiometrie\VocalController" to "App\Controller\Audiometrie\VocalController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\AuthController" to "App\Controller\AuthController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Center\StationController" to "App\Controller\Center\StationController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\CenterImportedController" to "App\Controller\CenterImportedController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\CentreController" to "App\Controller\CentreController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\CentreTempController" to "App\Controller\CentreTempController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Client\ClientApiController" to "App\Controller\Client\ClientApiController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ClientController" to "App\Controller\ClientController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ClientStatusController" to "App\Controller\ClientStatusController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ClientTempController" to "App\Controller\ClientTempController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\DashboardController" to "App\Controller\DashboardController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Device\DeviceController" to "App\Controller\Device\DeviceController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\DiplomeController" to "App\Controller\DiplomeController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\DocumentController" to "App\Controller\DocumentController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ExperienceProController" to "App\Controller\ExperienceProController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\FAQController" to "App\Controller\FAQController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\FacturesController" to "App\Controller\FacturesController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\HelpQuestionsController" to "App\Controller\HelpQuestionsController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Import\Client\FileUploadController" to "App\Controller\Import\Client\FileUploadController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Import\ImportFileController" to "App\Controller\Import\ImportFileController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\LandingController" to "App\Controller\LandingController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\LegalController" to "App\Controller\LegalController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\LieuController" to "App\Controller\LieuController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\MotifController" to "App\Controller\MotifController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\MutuelleController" to "App\Controller\MutuelleController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\NoteController" to "App\Controller\NoteController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\OauthController" to "App\Controller\OauthController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Optical\OpticalSecurityController" to "App\Controller\Optical\OpticalSecurityController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\PageController" to "App\Controller\PageController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Partner\PartnerController" to "App\Controller\Partner\PartnerController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Partner\WebhookDocageController" to "App\Controller\Partner\WebhookDocageController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\PaymentMethodController" to "App\Controller\PaymentMethodController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\PrestationController" to "App\Controller\PrestationController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ProchesController" to "App\Controller\ProchesController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ProfilController" to "App\Controller\ProfilController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\RdvController" to "App\Controller\RdvController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\ReminderController" to "App\Controller\ReminderController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\RemplacantController" to "App\Controller\RemplacantController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\SitemapController" to "App\Controller\SitemapController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\SpecialiteController" to "App\Controller\SpecialiteController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Subscription\SpecificSubscriptionController" to "App\Controller\Subscription\SpecificSubscriptionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Subscription\SubscriptionController" to "App\Controller\Subscription\SubscriptionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Synchronisation\CosiumController" to "App\Controller\Synchronisation\CosiumController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Synchronisation\GoogleCalendarController" to "App\Controller\Synchronisation\GoogleCalendarController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\SynchronisationController" to "App\Controller\SynchronisationController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Test\SynthflowAdvancedTestController" to "App\Controller\Test\SynthflowAdvancedTestController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\TestClientController" to "App\Controller\TestClientController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\TestQuestionController" to "App\Controller\TestQuestionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\TrustedUserController" to "App\Controller\TrustedUserController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\TwilioController" to "App\Controller\TwilioController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\TwoFactorController" to "App\Controller\TwoFactorController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Webhook\GoogleWebhookController" to "App\Controller\Webhook\GoogleWebhookController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Webhook\StripeWebhookController" to "App\Controller\Webhook\StripeWebhookController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Webhook\SynthflowWebhookController" to "App\Controller\Webhook\SynthflowWebhookController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\AccessUserCrudController" to "App\EasyAdmin\Controller\AccessUserCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ArticleCategorieCrudController" to "App\EasyAdmin\Controller\ArticleCategorieCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ArticleCrudController" to "App\EasyAdmin\Controller\ArticleCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ArticleTagCrudController" to "App\EasyAdmin\Controller\ArticleTagCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\AtoLauditionPartnerCrudController" to "App\EasyAdmin\Controller\AtoLauditionPartnerCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\AtolPartnerCrudController" to "App\EasyAdmin\Controller\AtolPartnerCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\AudioCrudController" to "App\EasyAdmin\Controller\AudioCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\AudioLibrePartnerCrudController" to "App\EasyAdmin\Controller\AudioLibrePartnerCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController" to "App\EasyAdmin\Controller\AudioLibreSubscriptionCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\AudioPartnerCrudController" to "App\EasyAdmin\Controller\AudioPartnerCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\CategorieCrudController" to "App\EasyAdmin\Controller\CategorieCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\CentreCrudController" to "App\EasyAdmin\Controller\CentreCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\CentreTempCrudController" to "App\EasyAdmin\Controller\CentreTempCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ClientCrudController" to "App\EasyAdmin\Controller\ClientCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ClientStatusCrudController" to "App\EasyAdmin\Controller\ClientStatusCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ClientTempCrudController" to "App\EasyAdmin\Controller\ClientTempCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ContractCategoryCrudController" to "App\EasyAdmin\Controller\ContractCategoryCrudController".
  • Inlined service ".service_locator.ULEwkxg.App\EasyAdmin\Controller\CreateAdminController" to "App\EasyAdmin\Controller\CreateAdminController".
  • Inlined service ".service_locator.ETBPqPO.App\EasyAdmin\Controller\DashboardController" to "App\EasyAdmin\Controller\DashboardController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\EmailCampaignCrudController" to "App\EasyAdmin\Controller\EmailCampaignCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\FAQCrudController" to "App\EasyAdmin\Controller\FAQCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\FactureCrudController" to "App\EasyAdmin\Controller\FactureCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\FactureOpticalCrudController" to "App\EasyAdmin\Controller\FactureOpticalCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\ImportCenterCrudController" to "App\EasyAdmin\Controller\ImportCenterCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\LeadRdvCrudController" to "App\EasyAdmin\Controller\LeadRdvCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\LeadStatusCrudController" to "App\EasyAdmin\Controller\LeadStatusCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\LoginLogCrudController" to "App\EasyAdmin\Controller\LoginLogCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\PartnerSubscriptionCrudController" to "App\EasyAdmin\Controller\PartnerSubscriptionCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\RdvCrudController" to "App\EasyAdmin\Controller\RdvCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\RdvMyAudioCrudController" to "App\EasyAdmin\Controller\RdvMyAudioCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\RdvOcCrudController" to "App\EasyAdmin\Controller\RdvOcCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\RemplacantCrudController" to "App\EasyAdmin\Controller\RemplacantCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\Controller\TagCrudController" to "App\EasyAdmin\Controller\TagCrudController".
  • Inlined service ".service_locator.ETBPqPO.App\EasyAdmin\OpticalController\DashboardController" to "App\EasyAdmin\OpticalController\DashboardController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\OpticalController\FactureOpticalCrudController" to "App\EasyAdmin\OpticalController\FactureOpticalCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\OpticalController\RdvOcCrudController" to "App\EasyAdmin\OpticalController\RdvOcCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\WriterController\ArticleCrudController" to "App\EasyAdmin\WriterController\ArticleCrudController".
  • Inlined service ".service_locator.jHbVS8e.App\EasyAdmin\WriterController\CategorieCrudController" to "App\EasyAdmin\WriterController\CategorieCrudController".
  • Inlined service ".service_locator.ETBPqPO.App\EasyAdmin\WriterController\DashboardController" to "App\EasyAdmin\WriterController\DashboardController".
  • Inlined service ".service_locator.ULEwkxg.App\Service\Audiometrie\FileUpload" to "App\Service\Audiometrie\FileUpload".
  • Inlined service ".service_locator.ULEwkxg.App\Service\FileUploader" to "App\Service\FileUploader".
  • Inlined service ".service_locator.ULEwkxg.App\Service\PublicFunction" to "App\Service\PublicFunction".
  • Inlined service ".service_locator.ULEwkxg.App\Service\SmsHandler" to "App\Service\SmsHandler".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.storage.native" to "session".
  • Inlined service "session.handler.native_file" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Hhge9DE" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.6G8btkP" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.anofQPJ" to "validator.validator_factory".
  • Inlined service ".service_locator.O24_MAy" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "api_platform.data_collector.request" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "api_platform.route_loader.legacy" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
  • Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.error" to "serializer".
  • Inlined service "api_platform.problem.normalizer.error" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
  • Inlined service "api_platform.serializer.normalizer.item" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "api_platform.jsonld.encoder" to "serializer".
  • Inlined service "api_platform.problem.encoder" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.cache_class_metadata_factory.inner" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "serializer.mapping.cache.symfony" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.RbAcT_Q" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.62imcxk" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service ".service_locator.Fy8XpON" to "jms_serializer.event_dispatcher".
  • Inlined service ".service_locator.lamYL.e" to "jms_serializer.handler_registry".
  • Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
  • Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
  • Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.UU54egm" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service ".service_locator.7nFBkqQ" to "security.token_storage".
  • Inlined service ".service_locator.aa1PbBb" to "security.helper".
  • Inlined service ".service_locator.wJgZnCn" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.RSuKnCP" to "security.access_map".
  • Inlined service ".security.request_matcher.wX_Lzrt" to "security.access_map".
  • Inlined service ".security.request_matcher.o_bRRKG" to "security.access_map".
  • Inlined service ".security.request_matcher.7BR9Vez" to "security.access_map".
  • Inlined service ".security.request_matcher.uPgsv0i" to "security.access_map".
  • Inlined service ".security.request_matcher.YUTJyaK" to "security.access_map".
  • Inlined service ".security.request_matcher.HWzK9AD" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.event_dispatcher.optical" to "security.logout_listener.optical".
  • Inlined service "security.authentication.success_handler.optical.form_login" to "security.authentication.listener.form.optical".
  • Inlined service "security.authentication.failure_handler.optical.form_login" to "security.authentication.listener.form.optical".
  • Inlined service "security.authentication.form_entry_point.optical" to "security.exception_listener.optical".
  • Inlined service "security.exception_listener.optical" to "security.firewall.map.context.optical".
  • Inlined service "security.logout_listener.optical" to "security.firewall.map.context.optical".
  • Inlined service "security.firewall.map.config.optical" to "security.firewall.map.context.optical".
  • Inlined service "security.event_dispatcher.main" to "security.logout_listener.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
  • Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
  • Inlined service "serializer.mapping.cache_class_metadata_factory" to "api_platform.serializer.mapping.class_metadata_factory".
  • Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
  • Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
  • Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter.legacy".
  • Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
  • Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
  • Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.yaml.legacy" to "api_platform.metadata.resource.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
  • Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
  • Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
  • Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
  • Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
  • Inlined service "api_platform.cache.metadata.resource.legacy.recorder_inner" to "api_platform.cache.metadata.resource.legacy".
  • Inlined service "api_platform.metadata.property.metadata_factory.xml.legacy" to "api_platform.metadata.property.metadata_factory.property_info.legacy".
  • Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" to "api_platform.metadata.property.metadata_factory.serializer.legacy".
  • Inlined service "api_platform.metadata.property.metadata_factory.validator.legacy" to "api_platform.metadata.property.metadata_factory.cached.legacy".
  • Inlined service "api_platform.metadata.property.metadata_factory.serializer.legacy" to "api_platform.metadata.property.metadata_factory.default_property.legacy".
  • Inlined service "api_platform.cache.metadata.property.legacy.recorder_inner" to "api_platform.cache.metadata.property.legacy".
  • Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
  • Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
  • Inlined service "api_platform.metadata.property.metadata_factory.default_property.legacy" to "api_platform.metadata.subresource.metadata_factory.annotation.legacy".
  • Inlined service "api_platform.metadata.subresource.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.annotation.legacy".
  • Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
  • Inlined service "api_platform.metadata.property.metadata_factory.annotation.legacy" to "api_platform.metadata.property.metadata_factory.yaml.legacy".
  • Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml.legacy".
  • Inlined service ".2_ObjectNormalizer~6sXzreC" to ".1_Serializer~6sXzreC".
  • Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
  • Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
  • Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory.legacy".
  • Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
  • Inlined service "api_platform.symfony.iri_converter.skolem" to "api_platform.jsonld.context_builder".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
  • Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
  • Inlined service "api_platform.metadata.property.metadata_factory.property_info.legacy" to "api_platform.doctrine.orm.metadata.property.metadata_factory.legacy".
  • Inlined service "api_platform.pagination.legacy" to "api_platform.doctrine.orm.query_extension.pagination".
  • Inlined service "api_platform.metadata.property.metadata_factory.yaml.legacy" to "api_platform.metadata.property.metadata_factory.validator.legacy".
  • Inlined service "api_platform.validator" to "api_platform.listener.view.validate".
  • Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
  • Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
  • Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
  • Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
  • Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
  • Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
  • Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
  • Inlined service "api_platform.upgrade.subresource_transformer" to "api_platform.upgrade_resource.command".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Maker\Migrator" to "EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand".
  • Inlined service "service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" to "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" to "EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
  • Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
  • Inlined service "scheb_two_factor.provider_preparation_recorder" to "scheb_two_factor.security.listener.check_two_factor_code".
  • Inlined service "scheb_two_factor.default_handler_condition" to "scheb_two_factor.condition_handler".
  • Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
  • Inlined service "scheb_two_factor.default_token_factory" to "scheb_two_factor.provider_handler".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "api_platform.maker.command.data_provider" to "maker.auto_command.make_data_provider".
  • Inlined service "api_platform.maker.command.data_persister" to "maker.auto_command.make_data_persister".
  • Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
  • Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver.inner" to "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver".
  • Inlined service "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver.inner" to "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.Hllcktv" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" to "debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter".
  • Inlined service "security.authentication.provider.guard.optical.two_factor_decorator.inner" to "security.authentication.provider.guard.optical.two_factor_decorator".
  • Inlined service "security.authentication.provider.dao.optical.two_factor_decorator.inner" to "security.authentication.provider.dao.optical.two_factor_decorator".
  • Inlined service "security.authentication.provider.anonymous.optical.two_factor_decorator.inner" to "security.authentication.provider.anonymous.optical.two_factor_decorator".
  • Inlined service "security.authentication.provider.guard.main.two_factor_decorator.inner" to "security.authentication.provider.guard.main.two_factor_decorator".
  • Inlined service "security.authentication.provider.dao.main.two_factor_decorator.inner" to "security.authentication.provider.dao.main.two_factor_decorator".
  • Inlined service "security.authentication.provider.anonymous.main.two_factor_decorator.inner" to "security.authentication.provider.anonymous.main.two_factor_decorator".
  • Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
  • Inlined service ".service_locator.NUKe30Y" to ".service_locator.NUKe30Y.router.default".
  • Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
  • Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.cache_class_metadata_factory.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.xKlDK.D" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.NUKe30Y.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
  • Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service ".1_Serializer~6sXzreC" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.handler_registry" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.handler_registry" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
  • Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
538