Skip to content

Commit 09b2a35

Browse files
committed
[#7099] remove trailing whitespaces
1 parent b8a2e5d commit 09b2a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/process.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ are done doing other stuff::
113113
$process->start();
114114

115115
// ... do other things
116-
116+
117117
$process->wait();
118-
118+
119119
// ... do things after the process has finished
120120

121121
.. note::
@@ -130,7 +130,7 @@ in the output and its type::
130130

131131
$process = new Process('ls -lsa');
132132
$process->start();
133-
133+
134134
$process->wait(function ($type, $buffer) {
135135
if (Process::ERR === $type) {
136136
echo 'ERR > '.$buffer;

0 commit comments

Comments
 (0)