main
Jordi Boggiano 3 years ago
parent cbb1504910
commit b45c8dea0a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -74,7 +74,7 @@ class EventDispatcher
} }
/** /**
* Set whether to run scripts or not * Set whether script handlers are active or not
* *
* @param bool $runScripts * @param bool $runScripts
*/ */

@ -1131,6 +1131,7 @@ class Installer
* *
* @param bool $runScripts * @param bool $runScripts
* @return Installer * @return Installer
* @deprecated Use setRunScripts(false) on the EventDispatcher instance being injected instead
*/ */
public function setRunScripts($runScripts = true) public function setRunScripts($runScripts = true)
{ {

Loading…
Cancel
Save