Skip to content

Commit 6e81917

Browse files
committed
Added Zip Adapters (PclZip & ZipArchive) (PHPCS Fixes)
1 parent 9e0bd47 commit 6e81917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Common/Adapter/Zip/ZipArchiveAdapter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class ZipArchiveAdapter implements ZipInterface
2121
* @throws \Exception Could not open $this->filename for writing.
2222
* @return mixed
2323
*/
24-
public function open($filename) {
24+
public function open($filename)
25+
{
2526
$this->filename = $filename;
2627
$this->oZipArchive = new ZipArchive();
2728

0 commit comments

Comments
 (0)