You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
if ($commandinstanceof SignalableCommandInterface) {
957
-
if (!$this->signalsToDispatchEvent) {
957
+
if (!$this->signalRegistry) {
958
958
thrownewRuntimeException('Unable to subscribe to signal events. Make sure that the `pcntl` extension is installed and that "pcntl_*" functions are not disabled by your php.ini\'s "disable_functions" directive.');