The type Carnage\Cqorms\Persisten...odel\DoctrineRepository was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. excluded_paths:["lib/*"],
you can move it to the dependency path list as follows:
It seems like $configuration can also be of type array; however, parameter $configuration of ConferenceTools\Tickets\...rSoldOut::__construct() does only seem to accept ConferenceTools\Tickets\...n\Service\Configuration, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
21
new Filters\AfterSoldOut(/** @scrutinizer ignore-type */ $configuration),
It seems like $configuration can also be of type array; however, parameter $configuration of ConferenceTools\Tickets\...s\ByDate::__construct() does only seem to accept ConferenceTools\Tickets\...n\Service\Configuration, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
22
new Filters\ByDate(/** @scrutinizer ignore-type */ $configuration),
It seems like $configuration can also be of type array; however, parameter $configuration of ConferenceTools\Tickets\...sPrivate::__construct() does only seem to accept ConferenceTools\Tickets\...n\Service\Configuration, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
23
new Filters\IsPrivate(/** @scrutinizer ignore-type */ $configuration)
Loading history...
24
];
25
26
return new TicketAvailabilityService(
27
new DoctrineRepository(TicketCounter::class, $serviceLocator->get(EntityManager::class)),
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths