1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 21:00:18 +02:00

fixing php54 array syntax

This commit is contained in:
Jérémy Huet 2015-08-07 17:35:22 +02:00
parent aeefc871a5
commit fa722b553d

View File

@ -147,6 +147,6 @@ class LinkSharedFilesTask extends AbstractTask implements IsReleaseAware
$path = $linkedEntity;
}
return [$path, $strategy];
return array($path, $strategy);
}
}