Skip to content

Commit

Permalink
Fixed tests to work with psalm5 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitic committed Dec 9, 2022
1 parent 40589bc commit 7cbbf62
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -11,6 +11,9 @@ Feature: FormType templates
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\Form\Extension\Core\Type\FormType;
/**
* @extends AbstractTypeExtension<string>
*/
class TestExtension extends AbstractTypeExtension
{
public static function getExtendedTypes(): iterable
Expand All @@ -30,6 +33,9 @@ Feature: FormType templates
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\Form\Extension\Core\Type\FormType;
/**
* @extends AbstractTypeExtension<string>
*/
class TestExtension extends AbstractTypeExtension
{
public static function getExtendedTypes(): iterable
Expand Down

0 comments on commit 7cbbf62

Please sign in to comment.