We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1531be commit 4c55ea5Copy full SHA for 4c55ea5
1 file changed
config/sets/symfony/symfony5/symfony54.php
@@ -21,8 +21,6 @@
21
$rectorConfig->import(__DIR__ . '/symfony54/symfony54-security.php');
22
23
$rectorConfig->ruleWithConfiguration(RenameClassRector::class, [
24
- // @see https://github.com/symfony/symfony/pull/42050
25
- 'Symfony\Component\Security\Http\Event\DeauthenticatedEvent' => 'Symfony\Component\Security\Http\Event\TokenDeauthenticatedEvent',
26
// @see https://github.com/symfony/symfony/pull/42965
27
'Symfony\Component\Cache\Adapter\DoctrineAdapter' => 'Doctrine\Common\Cache\Psr6\CacheAdapter',
28
// @see https://github.com/symfony/symfony/pull/45615
0 commit comments