Skip to content

Commit caba31b

Browse files
committed
MAGETWO-95643: Import error
1 parent fb97022 commit caba31b

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Archive

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Archive/Zip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function unpack($source, $destination)
7474
* @param string $path
7575
* @return string
7676
*/
77-
private function filterRelativePaths(string $path)
77+
private function filterRelativePaths($path)
7878
{
7979
if ($path && preg_match('#^\s*(../)|(/../)#i', $path)) {
8080
$path = '';

0 commit comments

Comments
 (0)