PHP CS Fixer updated (3.63.1 -> v3.64.0)

This commit is contained in:
2024-09-04 14:38:56 +02:00
parent 063bc2857f
commit 313fb9ffdf
302 changed files with 391 additions and 391 deletions

View File

@@ -62,7 +62,7 @@ class ExportManager
private readonly TokenStorageInterface $tokenStorage,
iterable $exports,
iterable $aggregators,
iterable $filters
iterable $filters,
// iterable $formatters,
// iterable $exportElementProvider
) {
@@ -451,7 +451,7 @@ class ExportManager
public function isGrantedForElement(
DirectExportInterface|ExportInterface|ModifierInterface $element,
DirectExportInterface|ExportInterface|null $export = null,
?array $centers = null
?array $centers = null,
): bool {
if ($element instanceof ExportInterface || $element instanceof DirectExportInterface) {
$role = $element->requiredRole();
@@ -533,7 +533,7 @@ class ExportManager
ExportInterface $export,
QueryBuilder $qb,
array $data,
array $center
array $center,
) {
$aggregators = $this->retrieveUsedAggregators($data);
@@ -560,7 +560,7 @@ class ExportManager
ExportInterface $export,
QueryBuilder $qb,
mixed $data,
array $centers
array $centers,
) {
$filters = $this->retrieveUsedFilters($data);