Skip to content

Commit ead681a

Browse files
committed
Remove deprecation (to be set for 7.2)
1 parent 583184a commit ead681a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ private function parseFileToDOM(string $file): \DOMDocument
420420
continue;
421421
}
422422
if ('provider' === $parent->tagName || 'firewall' === $parent->tagName) {
423-
trigger_deprecation('symfony/security-bundle', '5.4.41', 'Third-party %s must now be namespaced; please update your security configuration "%s" tag.', 'provider' === $parent->tagName ? 'providers' : 'authenticators', $tagName);
424-
425423
unset($errors[$errorIndex]);
426424
}
427425
}

0 commit comments

Comments
 (0)