mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-11 01:04:57 +00:00
apply rector rules: symfony **UP TO** 44
This commit is contained in:
@@ -18,8 +18,8 @@ use Symfony\Component\Form\Extension\Core\Type\NumberType;
|
||||
*/
|
||||
class PostTextNumberExtension extends PostTextExtension
|
||||
{
|
||||
public function getExtendedType()
|
||||
public function getExtendedTypes(): iterable
|
||||
{
|
||||
return NumberType::class;
|
||||
return [NumberType::class];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user