Skip to content
Snippets Groups Projects
Commit 2302f59b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2959276 by alexpott: Twig_Node::getLine() is deprecated

parent a1cbb161
No related branches found
No related tags found
Loading
......@@ -101,7 +101,6 @@ public static function getSkippedDeprecations() {
return [
'As of 3.1 an Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface is used to resolve arguments. In 4.0 the $argumentResolver becomes the Symfony\Component\HttpKernel\Controller\ArgumentResolver if no other is provided instead of using the $resolver argument.',
'Symfony\Component\HttpKernel\Controller\ControllerResolver::getArguments is deprecated as of 3.1 and will be removed in 4.0. Implement the Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface and inject it in the HttpKernel instead.',
'The Twig_Node::getLine method is deprecated since version 1.27 and will be removed in 2.0. Use getTemplateLine() instead.',
'The Twig_Environment::getCacheFilename method is deprecated since version 1.22 and will be removed in Twig 2.0.',
'Install profile will be a mandatory parameter in Drupal 9.0.',
'Setting the strict option of the Choice constraint to false is deprecated since version 3.2 and will be removed in 4.0.',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment