Skip to content

Commit 0bcc9d8

Browse files
committed
Fixed "Class 'PhpOffice\Common\ZipArchive' not found in /src/Common/XMLReader.php on line 54"
1 parent 84ad532 commit 0bcc9d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@
1818

1919
### Features
2020
- Added XMLReader from PHPWord
21+
22+
## 0.2.2
23+
24+
### BugFix
25+
- Fixed "Class 'PhpOffice\Common\ZipArchive' not found in /src/Common/XMLReader.php on line 54"

src/Common/XMLReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ public function elementExists($path, \DOMElement $contextNode = null)
186186
{
187187
return $this->getElements($path, $contextNode)->length > 0;
188188
}
189-
}
189+
}

0 commit comments

Comments
 (0)