You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($this->fileManager->fileExists($targetPath)) {
163
-
thrownewRuntimeCommandException(sprintf(
164
-
'The file "%s" can\'t be generated because it already exists.',
165
-
$this->fileManager->relativizePath($targetPath)
166
-
));
156
+
thrownewRuntimeCommandException(sprintf('The file "%s" can\'t be generated because it already exists.', $this->fileManager->relativizePath($targetPath)));
0 commit comments