Skip to content

Commit

Permalink
EZP-30626: Changed FieldType::getName() arguments (#13)
Browse files Browse the repository at this point in the history
Aligned Matrix FieldType getName method with the changes from ezsystems/ezpublish-kernel#2661
  • Loading branch information
mikadamczyk authored and alongosz committed Jun 17, 2019
1 parent e675752 commit 5e3da05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/FieldType/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function getFieldTypeIdentifier(): string
/**
* {@inheritdoc}
*/
public function getName(SPIValue $value): string
public function getName(SPIValue $value, FieldDefinition $fieldDefinition, string $languageCode): string
{
return '';
}
Expand Down

0 comments on commit 5e3da05

Please sign in to comment.