From c157b661f2668e456105b6ebf8cc657da98e33bf Mon Sep 17 00:00:00 2001 From: Willem-Jaap Date: Tue, 30 Dec 2025 09:26:35 +0100 Subject: [PATCH] style: format --- src/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration.php b/src/Configuration.php index 4ca74d38..4261f3ef 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -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; } /**