mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user