style(transport) : conformite php-cs-fixer (lint CI projet entier)
Pull Request — Quality gate / Backend (PHP CS + PHPUnit) (pull_request) Successful in 3m10s
Pull Request — Quality gate / Frontend (lint + Vitest + build) (pull_request) Successful in 1m38s

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:
Matthieu
2026-06-16 15:36:42 +02:00
parent c1fcd9a7c8
commit 6dab7cfd17
2 changed files with 2 additions and 2 deletions
@@ -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]);
}
}