style: format

This commit is contained in:
Willem-Jaap
2025-12-30 09:26:35 +01:00
parent be90610f17
commit c157b661f2

View File

@ -25,7 +25,7 @@ final readonly class Configuration
public function __construct(
string $filename,
) {
$this->filename = str_ends_with($filename, DIRECTORY_SEPARATOR . 'Pest.php') ? dirname($filename) : $filename;
$this->filename = str_ends_with($filename, DIRECTORY_SEPARATOR.'Pest.php') ? dirname($filename) : $filename;
}
/**