Issue #3079444 by jdmoreno: ExtensionList::reset() doesn't document its return value

merge-requests/55/head
Lee Rowlands 2019-09-11 19:46:01 +10:00
parent b90bd5883c
commit cda61a5764
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 2 additions and 0 deletions

View File

@ -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;