mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 22:38:56 +02:00
fixing php54 array syntax
This commit is contained in:
@@ -147,6 +147,6 @@ class LinkSharedFilesTask extends AbstractTask implements IsReleaseAware
|
||||
$path = $linkedEntity;
|
||||
}
|
||||
|
||||
return [$path, $strategy];
|
||||
return array($path, $strategy);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user