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 0df6cee commit fcf5594Copy full SHA for fcf5594
src/Manager.php
@@ -507,7 +507,7 @@ protected function calculatePipelineHash(array $assets)
507
return md5(implode($assets) . $salt);
508
509
// Automatic salt based on the last modification time of the assets
510
- $timestamps = [];
+ $timestamps = array();
511
foreach($assets as $asset)
512
{
513
if($this->isRemoteLink($asset))
0 commit comments