Skip to content

Commit 8f2a360

Browse files
committed
Apply fixes from StyleCI
1 parent 7178c16 commit 8f2a360

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/Illuminate/Process/InvokedProcess.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ public function signal(int $signal)
5353
/**
5454
* Stop the process if it is still running.
5555
*
56-
* @param float $timeout
57-
* @param int|null $signal
58-
*
56+
* @param float $timeout
57+
* @param int|null $signal
5958
* @return int|null
6059
*/
6160
public function stop(float $timeout = 10, ?int $signal = null)

src/Illuminate/Process/InvokedProcessPool.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ public function signal(int $signal)
3636
}
3737

3838
/**
39-
* Stop all processes that are still running
40-
*
41-
* @param float $timeout
42-
* @param int|null $signal
39+
* Stop all processes that are still running.
4340
*
41+
* @param float $timeout
42+
* @param int|null $signal
4443
* @return \Illuminate\Support\Collection
4544
*/
4645
public function stop(float $timeout = 10, ?int $signal = null)

0 commit comments

Comments
 (0)