Skip to content
Snippets Groups Projects
Commit 583af3dd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2452247 by rteijeiro, joshi.rohit100: Incorrect constructor docblock...

Issue #2452247 by rteijeiro, joshi.rohit100: Incorrect constructor docblock for RequestCloseSubscriber
parent 0c70a3a8
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -23,7 +23,10 @@ class RequestCloseSubscriber implements EventSubscriberInterface {
protected $moduleHandler;
/**
* Constructor.
* Constructs a new RequestCloseSubscriber instance.
*
* @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
* The module handler.
*/
function __construct(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment