Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and github-actions[bot] committed Sep 18, 2024
1 parent 6eb92a5 commit 54c34c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DataIndex/Filter/NoDependenciesFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\InvalidArgumentException;
use Pimcore\Bundle\StudioBackendBundle\Grid\Column\ColumnType;
use Pimcore\Bundle\StudioBackendBundle\MappedParameter\Filter\ColumnFiltersParameterInterface;
use Pimcore\Bundle\StudioBackendBundle\MappedParameter\Filter\TagFilterParameterInterface;
use function is_bool;

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion src/DataIndex/Query/AssetQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function filterTags(array $tags, bool $considerChildTags): self

public function filterNoDependencies(): self
{
$this->search->addModifier(new NoDependenciesFilter());
$this->search->addModifier(new NoDependenciesFilter());

return $this;
}
Expand Down
1 change: 0 additions & 1 deletion src/Grid/Column/ColumnType.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ enum ColumnType: string
case SYSTEM_INTEGER = 'system.integer';
case SYSTEM_DATETIME = 'system.datetime';
case SYSTEM_TAG = 'system.tag';

case SYSTEM_UNREFERENCED_DEPENDENCIES = 'system.unreferencedDependencies';
case METADATA_SELECT = 'metadata.select';
case METADATA_INPUT = 'metadata.input';
Expand Down

0 comments on commit 54c34c0

Please sign in to comment.