fix: remove rector check that does not exists anymore

This commit is contained in:
Michel Roux 2025-04-07 12:16:00 +00:00
parent 0769f3874f
commit 742f6d2f2d

@ -26,8 +26,6 @@ return RectorConfig::configure()
phpunitCodeQuality: true,
doctrineCodeQuality: true,
symfonyCodeQuality: true,
symfonyConfigs: true,
twig: true,
phpunit: true,
symfonyConfigs: true
)
;