DX: fix cs

This commit is contained in:
2023-02-06 17:47:54 +01:00
parent 4b2c330d22
commit 70871176fc
29 changed files with 100 additions and 74 deletions

View File

@@ -248,7 +248,7 @@ class ReportList implements ExportElementValidatedInterface, ListInterface
->getRepository(\Chill\MainBundle\Entity\Country::class);
// load all countries in a single query
$countryRepository->findBy(['countryCode' => $values]);
$countryRepository->findBy(['countryCode' => $values]);
return function ($value) use ($key, $countryRepository) {
if ('_header' === $value) {

View File

@@ -92,7 +92,7 @@ final class TimelineProviderTest extends WebTestCase
{
//static::$em->refresh($this->person);
//static::$em->refresh($this->report);
// static::$em->remove($this->person);
// static::$em->remove($this->person);
//static::$em->remove($this->report);
}