Removed type check on ArchiveManager
parent
22e93f110b
commit
fefc106ef6
|
@ -108,9 +108,6 @@ class ArchiveManager
|
|||
if (empty($format)) {
|
||||
throw new \InvalidArgumentException('Format must be specified');
|
||||
}
|
||||
if (null !== $fileName && !is_string($fileName)) {
|
||||
throw new \InvalidArgumentException('fileName must be a string');
|
||||
}
|
||||
|
||||
// Search for the most appropriate archiver
|
||||
$usableArchiver = null;
|
||||
|
|
Loading…
Reference in New Issue