Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
symfony/symfony#28939
The text was updated successfully, but these errors were encountered:
I don't think any changes are needed.
None of the removed twig variables are mentioned in the 4.2 documentation.
Deprecations were:
The Kernel::getRootDir() and the kernel.root_dir parameter have been deprecated
Kernel::getRootDir()
kernel.root_dir
No references to the method or parameter found in the 4.2 documentation.
The KernelInterface::getName() and the kernel.name parameter have been deprecated
KernelInterface::getName()
kernel.name
A deprecation notice is already present: https://github.com/symfony/symfony-docs/blob/master/reference/configuration/kernel.rst#kernel-name
Deprecated the first and second constructor argument of ConfigDataCollector
ConfigDataCollector
No references to ConfigDataCollector found in the 4.2 documentation.
Deprecated ConfigDataCollector::getApplicationName()
ConfigDataCollector::getApplicationName()
No references to this method found in the 4.2 documentation.
Deprecated ConfigDataCollector::getApplicationVersion()
ConfigDataCollector::getApplicationVersion()
Sorry, something went wrong.
let's close here then
No branches or pull requests
symfony/symfony#28939
The text was updated successfully, but these errors were encountered: