Skip to content

Commit

Permalink
cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Dec 12, 2024
1 parent 3ccf3e5 commit f70f7b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/FieldType/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public function isEmptyValue(SPIValue $value): bool

/**
* {@inheritdoc}
*
* @param \Ibexa\FieldTypeMatrix\FieldType\Value $value
*/
public function validate(FieldDefinition $fieldDefinition, SPIValue $value)
Expand Down
1 change: 0 additions & 1 deletion src/lib/GraphQL/Schema/MatrixFieldDefinitionMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace Ibexa\FieldTypeMatrix\GraphQL\Schema;

use Ibexa\Contracts\Core\Repository\ContentTypeService;
use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType;
use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition;
use Ibexa\Contracts\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionMapper;
Expand Down

0 comments on commit f70f7b3

Please sign in to comment.