Skip to content

Commit 6442cf1

Browse files
Diviweaverryan
authored andcommitted
Missing constant colon
1 parent f635838 commit 6442cf1

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
@@ -95,7 +95,7 @@ are done doing other stuff::
9595
// ... do other things
9696
9797
$process->wait(function ($type, $buffer) {
98-
if (Process:ERR === $type) {
98+
if (Process::ERR === $type) {
9999
echo 'ERR > '.$buffer;
100100
} else {
101101
echo 'OUT > '.$buffer;

0 commit comments

Comments
 (0)