mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
Migrates to Pint
This commit is contained in:
@ -33,7 +33,7 @@ abstract class Printer implements \PHPUnit\Util\Printer
|
||||
|
||||
$this->isPhpStream = str_starts_with($out, 'php://');
|
||||
|
||||
if (!$this->isPhpStream && !Filesystem::createDirectory(dirname($out))) {
|
||||
if (! $this->isPhpStream && ! Filesystem::createDirectory(dirname($out))) {
|
||||
throw new Exception(sprintf('Directory "%s" was not created', dirname($out)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user