mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 06:48:41 +00:00
Fix formatting
This commit is contained in:
parent
7d8a68b589
commit
39f299e211
|
|
@ -51,8 +51,8 @@ class TaskScheduler extends SchedulerAbstract
|
|||
return '';
|
||||
}
|
||||
|
||||
$stdout = \stream_get_contents($pipes[1]);
|
||||
$stderr = \stream_get_contents($pipes[2]);
|
||||
$stdout = \stream_get_contents($pipes[1]);
|
||||
$stderr = \stream_get_contents($pipes[2]);
|
||||
|
||||
foreach ($pipes as $pipe) {
|
||||
\fclose($pipe);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user