Update badges #7
Annotations
10 errors
src/Context/StaticChannelContext.php#L16
src/Context/StaticChannelContext.php:16:33: MissingDependency: Sylius\Component\Channel\Repository\ChannelRepositoryInterface depends on class or interface doctrine\persistence\objectrepository that does not exist (see https://psalm.dev/157)
|
src/Context/StaticChannelContext.php#L39
src/Context/StaticChannelContext.php:39:9: MixedAssignment: Unable to determine the type that $channel is being assigned to (see https://psalm.dev/032)
|
src/Context/StaticChannelContext.php#L39
src/Context/StaticChannelContext.php:39:20: MissingDependency: Sylius\Component\Channel\Repository\ChannelRepositoryInterface depends on class or interface doctrine\persistence\objectrepository that does not exist (see https://psalm.dev/157)
|
src/Context/StaticChannelContext.php#L44
src/Context/StaticChannelContext.php:44:9: MixedAssignment: Unable to determine the type that $this->channel is being assigned to (see https://psalm.dev/032)
|
tests/Context/StaticChannelContextTest.php#L20
tests/Context/StaticChannelContextTest.php:20:13: MissingDependency: Sylius\Component\Channel\Repository\ChannelRepositoryInterface depends on class or interface doctrine\persistence\objectrepository that does not exist (see https://psalm.dev/157)
|
tests/Context/StaticChannelContextTest.php#L26
tests/Context/StaticChannelContextTest.php:26:36: PropertyTypeCoercion: $this->channelRepository expects 'Prophecy\Prophecy\ObjectProphecy<Sylius\Component\Channel\Repository\ChannelRepositoryInterface>', parent type 'Prophecy\Prophecy\ObjectProphecy<object>' provided (see https://psalm.dev/198)
|
tests/Context/StaticChannelContextTest.php#L26
tests/Context/StaticChannelContextTest.php:26:54: MissingDependency: Sylius\Component\Channel\Repository\ChannelRepositoryInterface depends on class or interface doctrine\persistence\objectrepository that does not exist (see https://psalm.dev/157)
|
tests/Context/StaticChannelContextTest.php#L26
tests/Context/StaticChannelContextTest.php:26:54: MixedArgument: Argument 1 of Setono\SyliusStaticContextsBundle\Tests\Context\StaticChannelContextTest::prophesize cannot be mixed, expecting class-string (see https://psalm.dev/030)
|
tests/Context/StaticChannelContextTest.php#L27
tests/Context/StaticChannelContextTest.php:27:51: ArgumentTypeCoercion: Argument 1 of Setono\SyliusStaticContextsBundle\Context\StaticChannelContext::__construct expects Sylius\Component\Channel\Repository\ChannelRepositoryInterface, but parent type object provided (see https://psalm.dev/193)
|
|
The logs for this run have expired and are no longer available.
Loading