Skip to content

Commit

Permalink
Removed redundant PHPDoc from TextBlock\Type::getTranslationMessages
Browse files Browse the repository at this point in the history
Co-Authored-By: Paweł Niedzielski <[email protected]>
  • Loading branch information
alongosz and Steveb-p committed Aug 7, 2024
1 parent 107841c commit fa2d717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/FieldType/TextBlock/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ public function validateFieldSettings($fieldSettings): array
return $validationErrors;
}

/**
* @return list<\JMS\TranslationBundle\Model\Message>
*/
public static function getTranslationMessages(): array
{
return [
Expand Down

0 comments on commit fa2d717

Please sign in to comment.