Skip to content

Commit 16b6891

Browse files
committed
chore: configure linters and fixers
1 parent ae0f724 commit 16b6891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Factory/DefaultSpecsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
readonly class DefaultSpecsFactory implements SpecsFactory
2020
{
2121
public function __construct(
22-
protected Builder $builder,
22+
private Builder $builder,
2323
private array $specs = [],
2424
) {
2525
}

0 commit comments

Comments
 (0)