cs: Second part - ignore test/app subdirectory.

This commit is contained in:
Pol Dellaiera
2021-11-23 14:34:34 +01:00
parent 5f37304796
commit 3ea35682eb
72 changed files with 326 additions and 365 deletions

View File

@@ -92,8 +92,7 @@ class ExportManager
AuthorizationCheckerInterface $authorizationChecker,
AuthorizationHelper $authorizationHelper,
TokenStorageInterface $tokenStorage
)
{
) {
$this->logger = $logger;
$this->em = $em;
$this->authorizationChecker = $authorizationChecker;
@@ -280,9 +279,9 @@ class ExportManager
if (!is_iterable($result)) {
throw new UnexpectedValueException(
sprintf(
'The result of the export should be an iterable, %s given',
gettype($result)
)
'The result of the export should be an iterable, %s given',
gettype($result)
)
);
}
@@ -602,8 +601,7 @@ class ExportManager
QueryBuilder $qb,
$data,
array $center
)
{
) {
$aggregators = $this->retrieveUsedAggregators($data);
foreach ($aggregators as $alias => $aggregator) {
@@ -626,8 +624,7 @@ class ExportManager
QueryBuilder $qb,
$data,
array $centers
)
{
) {
$filters = $this->retrieveUsedFilters($data);
foreach ($filters as $alias => $filter) {