Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
DeprecateKernel::stripComments()#51712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
DeprecateKernel::stripComments()#51712
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The DI component can be used without the HttpKernel component, so this check is still relevant!
alamirault commentedSep 21, 2023
Hum, I understand now ! |
derrabus commentedSep 21, 2023
We could do that, yes. |
stof commentedSep 22, 2023
given that this method is not used anywhere in the HttpKernel component and does not depend on anything else in the component (its only dependency is |
Uh oh!
There was an error while loading.Please reload this page.
148a7fe to4b7bdd6CompareKernel::stripComments()Kernel::stripComments()Kernel::stripComments()alamirault commentedSep 22, 2023
I deprecated method in |
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Kernel::stripComments()Kernel::stripComments()Uh oh!
There was an error while loading.Please reload this page.
15ac150 to43c5038Comparefabpot commentedSep 24, 2023
Thank you@alamirault. |
Uh oh!
There was an error while loading.Please reload this page.
This PR replace
method_existsbyclass_existsin order to check if component is available. It harmonize codebaseThis PR remove checking if methodKernel::setIgnoreexists.This method was introduced in symfony 2.3 (#18048), so now it's always available