Skip to content

Commit

Permalink
Merge symfony5 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edhgoose committed Jan 7, 2024
2 parents 89e5b72 + 0c5579f commit a5d5f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Limenius/Liform/Form/Extension/AddLiformExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getExtendedType()
*
* @return iterable
*/
public static function getExtendedTypes()
public static function getExtendedTypes(): \Traversable|array
{
return [FormType::class];
}
Expand Down

0 comments on commit a5d5f2c

Please sign in to comment.