Skip to content

Commit fcf5594

Browse files
committed
Fixes for PHP 5.3
1 parent 0df6cee commit fcf5594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ protected function calculatePipelineHash(array $assets)
507507
return md5(implode($assets) . $salt);
508508

509509
// Automatic salt based on the last modification time of the assets
510-
$timestamps = [];
510+
$timestamps = array();
511511
foreach($assets as $asset)
512512
{
513513
if($this->isRemoteLink($asset))

0 commit comments

Comments
 (0)