drupal-rector icon indicating copy to clipboard operation
drupal-rector copied to clipboard

Usage of symfony-cmf/routing dependency deprecated

Open mglaman opened this issue 3 years ago • 2 comments

Description

Replaces calls to symfony-cmf/routing interfaces or classes per https://www.drupal.org/node/3151009

To Test

  • Add steps to test this feature

Drupal.org issue

https://www.drupal.org/project/rector/issues/3294535

mglaman avatar Aug 24 '22 20:08 mglaman

 ------ ------------------------------------------------------------------------- 
  Line   src/Rector/ConstFetch/SymfonyCmfRouteObjectInterfaceConstantsRector.php  
 ------ ------------------------------------------------------------------------- 
  61     Class Symfony\Cmf\Component\Routing\RouteObjectInterface not found.      
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols      
  66     Class Drupal\Core\Routing\RouteObjectInterface not found.                
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols      
 ------ ------------------------------------------------------------------------- 

Needs stubs for these files for PHPStan.

mglaman avatar Aug 24 '22 20:08 mglaman

@mglaman More odd conflicts

agentrickard avatar Oct 31 '23 19:10 agentrickard