Automation #5369
Annotations
1 warning
Run Infection command:
src/Filesystem.php#L665
Escaped Mutant for Mutator "Throw_":
@@ @@
{
return $this->safely(static function (FilesystemInterface $filesystem) use ($path): string {
if ($filesystem->missing($path)) {
- throw new FileDoesNotExistException($path);
+ new FileDoesNotExistException($path);
}
if (!$filesystem->isReadable($path)) {
throw new FileIsNotReadableException($path);
|
Loading