Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
edhgoose committed Jan 7, 2024
1 parent 4a8ed3b commit 0c5579f
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 0c5579f

Please sign in to comment.