Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/20' into develop
Browse files Browse the repository at this point in the history
Forward port #20
  • Loading branch information
michalbundyra committed Oct 16, 2019
2 parents c2fa834 + ce03291 commit 099eb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/intro.md
Expand Up @@ -46,7 +46,7 @@ Once you have a `MemoryManager` instance, you can start pushing values to it and
pulling values from it.

```php
$loadedFiles = array();
$loadedFiles = [];

for ($count = 0; $count < 10000; $count++) {
$f = fopen($fileNames[$count], 'rb');
Expand Down

0 comments on commit 099eb21

Please sign in to comment.