Skip to content

Commit

Permalink
Correcting typos in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne-Lexa committed Sep 26, 2016
1 parent 9370f35 commit 47d3086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ $zipOutputFile->saveAsFile($filename);
```
Save archive to a stream.
```php
$handle = fopen($filename, 'w+b);
$handle = fopen($filename, 'w+b');
$autoCloseResource = true;
$zipOutputFile->saveAsStream($handle, $autoCloseResource);
if(!$autoCloseResource){
Expand Down

0 comments on commit 47d3086

Please sign in to comment.