diff --git a/core/lib/Drupal/Core/Extension/ExtensionList.php b/core/lib/Drupal/Core/Extension/ExtensionList.php index dc20679cd2b..8fc8da0ca04 100644 --- a/core/lib/Drupal/Core/Extension/ExtensionList.php +++ b/core/lib/Drupal/Core/Extension/ExtensionList.php @@ -157,6 +157,8 @@ abstract class ExtensionList { * 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;