Skip to content

Commit ea73cf0

Browse files
author
Tomasz Czaplicki
committed
fix return type
1 parent fb96397 commit ea73cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ protected function getBlockTranslation(): TranslationInterface
9595
return $this->getTranslation();
9696
}
9797

98-
protected function createTranslation(): BlockTranslation
98+
protected function createTranslation(): BlockTranslationInterface
9999
{
100100
return new BlockTranslation();
101101
}

0 commit comments

Comments
 (0)