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
------------

Issue fork ajax_link-3581681

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

goz created an issue. See original summary.

  • goz committed bd280adc on 1.0.x
    Issue #3581681: Fix quality code issues
    
goz’s picture

Status: Active » Fixed
Issue tags: +Drupalcon Chicago 2026

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

rachel_norfolk’s picture

Issue tags: -Drupalcon Chicago 2026 +Chicago2026

Correcting the issue tag for DrupalCon

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.