Skip to content

Commit 7eedc62

Browse files
committed
Apply fixes from StyleCI
1 parent 324903f commit 7eedc62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Illuminate/Process/FakeInvokedProcess.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,12 @@ public function waitUntil(?callable $output = null)
296296
{
297297
$shouldStop = false;
298298

299-
$this->outputHandler = $output
299+
$this->outputHandler = $output
300300
? function ($type, $buffer) use ($output, &$shouldStop) {
301301
$shouldStop = call_user_func($output, $type, $buffer);
302-
}
303-
: $this->outputHandler;
304-
302+
}
303+
: $this->outputHandler;
304+
305305
if (! $this->outputHandler) {
306306
$this->remainingRunIterations = 0;
307307

0 commit comments

Comments
 (0)