style(transport) : conformite php-cs-fixer (lint CI projet entier)
2 nits cs preexistants masques par le cache local (.php-cs-fixer.cache) et revele par la CI (check projet entier, sans cache) : QualimatCarrierSearchProvider et CarrierFixtures. Sans incidence fonctionnelle.
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ final class QualimatCarrierSearchProvider implements ProviderInterface
|
||||
|
||||
// Echappatoire ?pagination=false : collection complete (selects front).
|
||||
if (!$this->pagination->isEnabled($operation, $context)) {
|
||||
/** @var list<QualimatCarrier> $carriers */
|
||||
// @var list<QualimatCarrier> $carriers
|
||||
return $qb->getQuery()->getResult();
|
||||
}
|
||||
|
||||
|
||||
@@ -308,7 +308,7 @@ class CarrierFixtures extends Fixture implements DependentFixtureInterface
|
||||
]);
|
||||
}
|
||||
|
||||
/** @var QualimatCarrier $line */
|
||||
// @var QualimatCarrier $line
|
||||
return $repository->findOneBy(['siret' => self::QUALIMAT_DEMO_SIRET]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user