Issue #3079444 by jdmoreno: ExtensionList::reset() doesn't document its return value
parent
b90bd5883c
commit
cda61a5764
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue