Skip to content

Commit

Permalink
PHP CS Fixer change
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Jan 31, 2024
1 parent 412d71f commit 57e568c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/StepBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 57e568c

Please sign in to comment.