From cda61a576427d7699ad78c92e711ca842920a826 Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Wed, 11 Sep 2019 19:46:01 +1000 Subject: [PATCH] Issue #3079444 by jdmoreno: ExtensionList::reset() doesn't document its return value --- core/lib/Drupal/Core/Extension/ExtensionList.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lib/Drupal/Core/Extension/ExtensionList.php b/core/lib/Drupal/Core/Extension/ExtensionList.php index dc20679cd2bc..8fc8da0ca045 100644 --- a/core/lib/Drupal/Core/Extension/ExtensionList.php +++ b/core/lib/Drupal/Core/Extension/ExtensionList.php @@ -157,6 +157,8 @@ protected function getExtensionDiscovery() { * We don't reset statically added filenames, as it is a static cache which * logically can't change. This is done for performance reasons of the * installer. + * + * @return $this */ public function reset() { $this->extensions = NULL; -- GitLab