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 12f4439 commit 2b5fb5fCopy full SHA for 2b5fb5f
1 file changed
tests/TarTestCase.php
@@ -557,7 +557,7 @@ public function testBlockData()
557
*/
558
public function testGzipIsValid()
559
{
560
- foreach (['tgz', 'tar.gz'] as $ext) {
+ foreach (array('tgz', 'tar.gz') as $ext) {
561
$input = glob(dirname(__FILE__) . '/../src/*');
562
$archive = sys_get_temp_dir() . '/dwtartest' . md5(time()) . '.' . $ext;
563
$extract = sys_get_temp_dir() . '/dwtartest' . md5(time() + 1);
0 commit comments