diff --git a/test/Double/Config/RuleSet/DummyRuleSet.php b/test/Double/Config/RuleSet/DummyRuleSet.php index 91fe546e..aee8eb9a 100644 --- a/test/Double/Config/RuleSet/DummyRuleSet.php +++ b/test/Double/Config/RuleSet/DummyRuleSet.php @@ -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;