Skip to content

Commit

Permalink
Fix missing template annotation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitic committed Dec 29, 2023
1 parent 03675dc commit 0372122
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Feature: FormType templates
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\Form\Extension\Core\Type\FormType;
/** @extends AbstractTypeExtension<void> */
class TestExtension extends AbstractTypeExtension
{
public static function getExtendedTypes(): iterable
Expand All @@ -30,6 +31,7 @@ Feature: FormType templates
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\Form\Extension\Core\Type\FormType;
/** @extends AbstractTypeExtension<void> */
class TestExtension extends AbstractTypeExtension
{
public static function getExtendedTypes(): iterable
Expand Down

0 comments on commit 0372122

Please sign in to comment.