Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Apr 16, 2024
1 parent a56365b commit 1a91973
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/Dto/DataObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ public function getClassName(): string
{
return $this->className;
}


}
2 changes: 1 addition & 1 deletion src/Dto/Filter/DataObjectParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ public function getClassId(): ?string
{
return $this->classId;
}
}
}
2 changes: 1 addition & 1 deletion src/Dto/Filter/DataObjectParametersInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
interface DataObjectParametersInterface extends ParametersInterface
{
public function getClassId(): ?string;
}
}
3 changes: 2 additions & 1 deletion src/Dto/Filter/ParametersInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ public function getPageSize(): int;
public function getParentId(): ?int;

public function getIdSearchTerm(): ?string;

public function getExcludeFolders(): ?bool;

public function getPath(): ?string;

public function getPathIncludeParent(): ?bool;

public function getPathIncludeDescendants(): ?bool;
}
}
1 change: 0 additions & 1 deletion src/Filter/ExcludeFolderFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Filter;

use Pimcore\Bundle\StudioApiBundle\Dto\Filter\Parameters;
use Pimcore\Bundle\StudioApiBundle\Dto\Filter\ParametersInterface;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\QueryInterface;

Expand Down
1 change: 0 additions & 1 deletion src/Filter/FilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Filter;

use Pimcore\Bundle\StudioApiBundle\Dto\Filter\Parameters;
use Pimcore\Bundle\StudioApiBundle\Dto\Filter\ParametersInterface;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\QueryInterface;

Expand Down
1 change: 0 additions & 1 deletion src/Filter/IdSearchFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Filter;

use Pimcore\Bundle\StudioApiBundle\Dto\Filter\Parameters;
use Pimcore\Bundle\StudioApiBundle\Dto\Filter\ParametersInterface;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\QueryInterface;

Expand Down
1 change: 0 additions & 1 deletion src/Filter/PageFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Filter;

use Pimcore\Bundle\StudioApiBundle\Dto\Filter\Parameters;
use Pimcore\Bundle\StudioApiBundle\Dto\Filter\ParametersInterface;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\QueryInterface;

Expand Down
1 change: 0 additions & 1 deletion src/Filter/PageSizeFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Filter;

use Pimcore\Bundle\StudioApiBundle\Dto\Filter\Parameters;
use Pimcore\Bundle\StudioApiBundle\Dto\Filter\ParametersInterface;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\QueryInterface;

Expand Down
1 change: 0 additions & 1 deletion src/Filter/ParentIdFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Filter;

use Pimcore\Bundle\StudioApiBundle\Dto\Filter\Parameters;
use Pimcore\Bundle\StudioApiBundle\Dto\Filter\ParametersInterface;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\QueryInterface;

Expand Down
1 change: 0 additions & 1 deletion src/Filter/PathFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Filter;

use Pimcore\Bundle\StudioApiBundle\Dto\Filter\Parameters;
use Pimcore\Bundle\StudioApiBundle\Dto\Filter\ParametersInterface;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\QueryInterface;

Expand Down

0 comments on commit 1a91973

Please sign in to comment.