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 35e1803 commit 5aa62f1Copy full SHA for 5aa62f1
src/MagentoHackathon/Composer/Magento/Deploystrategy/Symlink.php
@@ -105,7 +105,7 @@ public function createDelegate($source, $dest)
105
}
106
107
// Check we where able to create the symlink
108
- if(false === $destPath = readlink($destPath)){
+ if (false === $destPath = @readlink($destPath)) {
109
throw new \ErrorException("Symlink $destPath points to target $destPath");
110
111
0 commit comments