Cleanups
parent
cbb1504910
commit
b45c8dea0a
|
@ -74,7 +74,7 @@ class EventDispatcher
|
|||
}
|
||||
|
||||
/**
|
||||
* Set whether to run scripts or not
|
||||
* Set whether script handlers are active or not
|
||||
*
|
||||
* @param bool $runScripts
|
||||
*/
|
||||
|
|
|
@ -1131,6 +1131,7 @@ class Installer
|
|||
*
|
||||
* @param bool $runScripts
|
||||
* @return Installer
|
||||
* @deprecated Use setRunScripts(false) on the EventDispatcher instance being injected instead
|
||||
*/
|
||||
public function setRunScripts($runScripts = true)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue