Skip to content

Commit

Permalink
Fix: Run 'make coding-standards'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 28, 2022
1 parent f78bbfd commit 5f61290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Double/Config/RuleSet/DummyRuleSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class DummyRuleSet implements Config\RuleSet
public function __construct(
string $name,
array $rules,
int $phpVersion
int $phpVersion,
) {
$this->name = $name;
$this->rules = $rules;
Expand Down

0 comments on commit 5f61290

Please sign in to comment.