Skip to content

Commit 1dca28b

Browse files
committed
Fix cs
1 parent 01c1a16 commit 1dca28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/ConsoleFormTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function getExtendedType()
3030
* @return iterable
3131
*/
3232
public static function getExtendedTypes(): iterable
33-
{
33+
{
3434
return [FormType::class];
3535
}
3636
}

0 commit comments

Comments
 (0)