Skip to content

Commit d96989f

Browse files
authored
[Process] Fix typo in Process object initialization
1 parent 01ec58c commit d96989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Before a process is started, you can specify its standard input using either the
231231
of the constructor. The provided input can be a string, a stream resource or a
232232
Traversable object::
233233

234-
$process = new Process('cat']);
234+
$process = new Process('cat');
235235
$process->setInput('foobar');
236236
$process->run();
237237

0 commit comments

Comments
 (0)