Skip to content

Commit 3f172d5

Browse files
committed
typo
1 parent 68fc543 commit 3f172d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ new Console(
746746
If you want to catch the output, you can set `stdout` to a file pointer or a stream.
747747

748748
```php
749-
$fp = fopen('php://stdout', 'r+');
749+
$fp = fopen('php://memory', 'r+');
750750

751751
$app = new Console(stdout: $fp);
752752
$app->execute();

0 commit comments

Comments
 (0)