Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexz707 authored and github-actions[bot] committed Mar 5, 2024
1 parent d365809 commit 0cb80a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Dto/Asset/MetaData.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
readonly class MetaData
{
public function __construct(
private string $name,
private string $name,
private ?string $language,
private string $type,
private mixed $data,
private string $type,
private mixed $data,
) {
}

Expand Down
1 change: 0 additions & 1 deletion src/Service/GenericData/V1/Hydrator/AssetHydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\Hydrator;


use Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Asset\SearchResult\AssetSearchResultItem;
use Pimcore\Bundle\StudioApiBundle\Dto\Asset;
use Pimcore\Bundle\StudioApiBundle\Service\GenericData\V1\Hydrator\Asset\MetaDataHydratorInterface;
Expand Down

0 comments on commit 0cb80a3

Please sign in to comment.