1
0
Fork 0
pull/9942/head
Jordi Boggiano 2021-06-05 16:20:27 +02:00
parent cbb1504910
commit b45c8dea0a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
2 changed files with 2 additions and 1 deletions

View File

@ -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
*/ */

View File

@ -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)
{ {