docs: updates changelog

This commit is contained in:
Nuno Maduro
2021-07-26 22:45:03 +01:00
parent f387ca8624
commit 09d2b16767
2 changed files with 9 additions and 1 deletions

View File

@ -56,7 +56,7 @@ final class PestTestCommand extends Command
File::makeDirectory(dirname($target), 0777, true, true);
}
if (File::exists($target) and !(bool) $this->option('force')) {
if (File::exists($target) && !(bool) $this->option('force')) {
throw new InvalidConsoleArgument(sprintf('%s already exist', $target));
}