Issue #3191061 by jcisio, quietone: Remove todo in class Drupal\Core\Routing\RequestContext

merge-requests/675/head
catch 2021-05-13 14:23:08 +01:00
parent ba7c2c58c1
commit af458de2d0
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ use Symfony\Component\Routing\RequestContext as SymfonyRequestContext;
/**
* Holds information about the current request.
*
* @todo: Remove once the upstream RequestContext provides fromRequestStack():
* https://github.com/symfony/symfony/issues/12057
*/
class RequestContext extends SymfonyRequestContext {