copyFile($sourcePath, $destinationPath, $targetDir); } /** * Whether the strategy can be applied * * @param Asset\LocalInterface $asset * @return bool * * @SuppressWarnings(PHPMD.UnusedFormalParameter) */ public function isSupported(Asset\LocalInterface $asset) { return true; } }