| Total Complexity | 2 | 
| Total Lines | 19 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 7 | class Archiver  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * @throws \splitbrain\PHPArchive\ArchiveCorruptedException  | 
            ||
| 11 | * @throws \splitbrain\PHPArchive\ArchiveIOException  | 
            ||
| 12 | * @throws \splitbrain\PHPArchive\ArchiveIllegalCompressionException  | 
            ||
| 13 | */  | 
            ||
| 14 | public function extractTarGzip(string $path, string $destination, int $strip = 0): array  | 
            ||
| 28 |