Skip to content
Snippets Groups Projects
Commit 98fac0d9 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2450383 by joshi.rohit100, martin107: Two incorrectly titled Subscriber...

Issue #2450383 by joshi.rohit100, martin107: Two incorrectly titled Subscriber constructor functions
parent 7dad7c77
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ class DefaultExceptionSubscriber implements EventSubscriberInterface { ...@@ -53,7 +53,7 @@ class DefaultExceptionSubscriber implements EventSubscriberInterface {
protected $bareHtmlPageRenderer; protected $bareHtmlPageRenderer;
/** /**
* Constructs a new DefaultExceptionHtmlSubscriber. * Constructs a new DefaultExceptionSubscriber.
* *
* @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
* The configuration factory. * The configuration factory.
......
...@@ -36,7 +36,7 @@ class Fast404ExceptionHtmlSubscriber extends HttpExceptionSubscriberBase { ...@@ -36,7 +36,7 @@ class Fast404ExceptionHtmlSubscriber extends HttpExceptionSubscriberBase {
protected $configFactory; protected $configFactory;
/** /**
* Constructs a new CustomPageExceptionHtmlSubscriber. * Constructs a new Fast404ExceptionHtmlSubscriber.
* *
* @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
* The configuration factory. * The configuration factory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment