diff options
Diffstat (limited to 'includes/ForkController.php')
-rw-r--r-- | includes/ForkController.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/ForkController.php b/includes/ForkController.php index 89ad9553..ced45af6 100644 --- a/includes/ForkController.php +++ b/includes/ForkController.php @@ -121,7 +121,9 @@ class ForkController { if ( function_exists( 'pcntl_signal_dispatch' ) ) { pcntl_signal_dispatch(); } else { - declare (ticks=1) { $status = $status; } + declare( ticks = 1 ) { + $status = $status; + } } // Respond to TERM signal if ( $this->termReceived ) { |