Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored and github-actions[bot] committed Sep 26, 2023
1 parent 1f45526 commit db49104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/ActiveRecord/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct(
Aliases $aliases,
ValidatorInterface $validator,
ParametersProvider $parametersProvider,
private ConnectionInterface $connection,
private readonly ConnectionInterface $connection,
) {
parent::__construct($aliases, $validator, $parametersProvider);
}
Expand Down

0 comments on commit db49104

Please sign in to comment.