diff --git a/src/Module/Transport/Infrastructure/ApiPlatform/State/Provider/QualimatCarrierSearchProvider.php b/src/Module/Transport/Infrastructure/ApiPlatform/State/Provider/QualimatCarrierSearchProvider.php index ed8697e..e569a98 100644 --- a/src/Module/Transport/Infrastructure/ApiPlatform/State/Provider/QualimatCarrierSearchProvider.php +++ b/src/Module/Transport/Infrastructure/ApiPlatform/State/Provider/QualimatCarrierSearchProvider.php @@ -48,7 +48,7 @@ final class QualimatCarrierSearchProvider implements ProviderInterface // Echappatoire ?pagination=false : collection complete (selects front). if (!$this->pagination->isEnabled($operation, $context)) { - /** @var list $carriers */ + // @var list $carriers return $qb->getQuery()->getResult(); } diff --git a/src/Module/Transport/Infrastructure/DataFixtures/CarrierFixtures.php b/src/Module/Transport/Infrastructure/DataFixtures/CarrierFixtures.php index bd4c27e..0cce512 100644 --- a/src/Module/Transport/Infrastructure/DataFixtures/CarrierFixtures.php +++ b/src/Module/Transport/Infrastructure/DataFixtures/CarrierFixtures.php @@ -308,7 +308,7 @@ class CarrierFixtures extends Fixture implements DependentFixtureInterface ]); } - /** @var QualimatCarrier $line */ + // @var QualimatCarrier $line return $repository->findOneBy(['siret' => self::QUALIMAT_DEMO_SIRET]); } }