mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 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 '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$stdout = \stream_get_contents($pipes[1]);
|
$stdout = \stream_get_contents($pipes[1]);
|
||||||
$stderr = \stream_get_contents($pipes[2]);
|
$stderr = \stream_get_contents($pipes[2]);
|
||||||
|
|
||||||
foreach ($pipes as $pipe) {
|
foreach ($pipes as $pipe) {
|
||||||
\fclose($pipe);
|
\fclose($pipe);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user