Skip to content

Commit 537ddb3

Browse files
jeremyFreeAgentweaverryan
authored andcommitted
Fixed example parse error
1 parent 2829abb commit 537ddb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/process.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ instead::
6060

6161
$process = new PhpProcess(<<<EOF
6262
<?php echo 'Hello World'; ?>
63-
EOF);
63+
EOF
64+
);
6465
$process->run();

0 commit comments

Comments
 (0)