From 57e568c2beb156caf40f685371472d88e6b4fa19 Mon Sep 17 00:00:00 2001 From: otsch Date: Wed, 31 Jan 2024 20:45:47 +0100 Subject: [PATCH] PHP CS Fixer change --- tests/StepBuilderTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/StepBuilderTest.php b/tests/StepBuilderTest.php index 262f622..91f8f9c 100644 --- a/tests/StepBuilderTest.php +++ b/tests/StepBuilderTest.php @@ -81,9 +81,7 @@ public function configToStep(array $stepConfig): StepInterface $valueFromConfigArray = $this->getValueFromConfigArray('someKey', $stepConfig); return new class ($valueFromConfigArray) extends Step { - public function __construct(private readonly string $value) - { - } + public function __construct(private readonly string $value) {} protected function invoke(mixed $input): Generator {