Issue #2992542 by foxtrotcharlie: AjaxRenderer declares a $controllerResolver variable but never uses it

8.7.x
Lee Rowlands 2018-08-25 12:50:55 +10:00
parent 0245916c28
commit da66fcb8cc
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 0 additions and 7 deletions

View File

@ -15,13 +15,6 @@ use Symfony\Component\HttpFoundation\Request;
*/
class AjaxRenderer implements MainContentRendererInterface {
/**
* The controller resolver.
*
* @var \Drupal\Core\Controller\ControllerResolverInterface
*/
protected $controllerResolver;
/**
* The element info manager.
*