Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Sep 11, 2024
1 parent a68e6ea commit 3a6ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Converter/StrategicConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class StrategicConverter implements Converter
*/
public function __construct(
private array $converters,
private ConverterSelector $selector
private ConverterSelector $selector,
) {
}

Expand Down

0 comments on commit 3a6ba2c

Please sign in to comment.