We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b798d commit 436bb68Copy full SHA for 436bb68
src/Method/Command/Cpio.php
@@ -65,7 +65,6 @@ public static function getClass()
65
*/
66
public function isFormatSupported(Format\FormatInterface $format = null)
67
{
68
- return $format instanceof Format\Simple\Cpio ||
69
- $format instanceof Format\Simple\Tar;
+ return $format instanceof Format\Simple\Cpio;
70
}
71
0 commit comments