Skip to content

Commit

Permalink
Remove deprecation (to be set for 7.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatTheCat committed Aug 16, 2024
1 parent 583184a commit ead681a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ private function parseFileToDOM(string $file): \DOMDocument
continue;
}
if ('provider' === $parent->tagName || 'firewall' === $parent->tagName) {
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);

unset($errors[$errorIndex]);
}
}
Expand Down

0 comments on commit ead681a

Please sign in to comment.