Skip to content
Snippets Groups Projects

Release/2.2

Merged Alexandre Morin requested to merge release/2.2 into phpUnit
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -133,7 +133,7 @@ trait archiveEntryTrait
$directory = $zipDirectory . DIRECTORY_SEPARATOR . reset($cleanZipDirectory);
if (!is_dir($directory)) {
// todo : error
throw new \core\Exception("Zip malformed");
}
$scannedDirectory = array_diff(scandir($directory), array('..', '.'));
Loading