We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0bd47 commit 6e81917Copy full SHA for 6e81917
src/Common/Adapter/Zip/ZipArchiveAdapter.php
@@ -21,7 +21,8 @@ class ZipArchiveAdapter implements ZipInterface
21
* @throws \Exception Could not open $this->filename for writing.
22
* @return mixed
23
*/
24
- public function open($filename) {
+ public function open($filename)
25
+ {
26
$this->filename = $filename;
27
$this->oZipArchive = new ZipArchive();
28
0 commit comments