Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09b2a35

Browse files
committed
[#7099] remove trailing whitespaces
1 parentb8a2e5d commit09b2a35

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)

[8]ページ先頭

©2009-2025 Movatter.jp