We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f22ac commit e1d2673Copy full SHA for e1d2673
lib/internal/Magento/Framework/Archive/Tar.php
@@ -4,15 +4,15 @@
4
* See COPYING.txt for license details.
5
*/
6
7
+namespace Magento\Framework\Archive;
8
+
9
+use Magento\Framework\Archive\Helper\File;
10
11
/**
12
* Class to work with tar archives
13
*
14
* @author Magento Core Team <[email protected]>
15
-namespace Magento\Framework\Archive;
-
-use Magento\Framework\Archive\Helper\File;
16
class Tar extends \Magento\Framework\Archive\AbstractArchive implements \Magento\Framework\Archive\ArchiveInterface
17
{
18
0 commit comments