Problem/Motivation
There is some new issues with quality code which needs to be fixed
------ --------------------------------------------------------------
Line src/Controller/AjaxLink.php
------ --------------------------------------------------------------
76 Call to deprecated method get() of class
Symfony\Component\HttpFoundation\Request:
since Symfony 7.4, use properties `->attributes`, `query` or
`request` directly instead
🪪 method.deprecated
77 Call to deprecated method get() of class
Symfony\Component\HttpFoundation\Request:
since Symfony 7.4, use properties `->attributes`, `query` or
`request` directly instead
🪪 method.deprecated
78 Call to deprecated method get() of class
Symfony\Component\HttpFoundation\Request:
since Symfony 7.4, use properties `->attributes`, `query` or
`request` directly instead
🪪 method.deprecated
src/Controller/AjaxLink.php:104:52 - Unknown word (NOERROR) -- getContent(), LIBXML_NOERROR);
Suggestions: [ONERROR, onError, OERROR, IOERROR, oError]
CSpell: Files checked: 7, Issues found: 1 in 1 file.
------------
noerror
------------
Comments
Comment #4
goz commentedComment #6
rachel_norfolkCorrecting the issue tag for DrupalCon