Skip to content
Snippets Groups Projects
Commit 3414977a authored by Thomas Löffler's avatar Thomas Löffler
Browse files

Remove return type due to inconsistent data

parent 05560aa9
Branches
No related tags found
1 merge request!246Remove return type due to inconsistent data
Pipeline #
......@@ -175,7 +175,7 @@ class Relation extends \TYPO3\CMS\Extbase\DomainObject\AbstractValueObject
*
* @return \T3o\TerFe2\Domain\Model\Extension
*/
public function getRelatedExtension(): Extension
public function getRelatedExtension()
{
return $this->relatedExtension;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment