Pattern: Direct access of super global
Issue: -
Ensures that Symfony request object is used to access super globals. Inject the request.stack
service and use $stack->getCurrentRequest()->%s
.
Pattern: Direct access of super global
Issue: -
Ensures that Symfony request object is used to access super globals. Inject the request.stack
service and use $stack->getCurrentRequest()->%s
.