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 b87b8b7 commit 0240457Copy full SHA for 0240457
src/Tar.php
@@ -91,7 +91,7 @@ public function contents()
91
$result = array();
92
93
foreach ($this->yieldContents() as $fileinfo) {
94
- $result[] = $file;
+ $result[] = $fileinfo;
95
}
96
97
return $result;
src/Zip.php
@@ -76,7 +76,7 @@ public function contents()
76
77
78
79
80
81
82
0 commit comments