Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 19, 2023
1 parent 25130f6 commit a11f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Generate/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class Column
*/
public function __construct(
private string $name,
private array $decorators = []
private array $decorators = []
) {
}

Expand Down

0 comments on commit a11f879

Please sign in to comment.