Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Apr 2, 2024
1 parent a14f508 commit 3c8c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ImportData.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class ImportData
*/
private array $status = [];

public function __construct(private string $name, private array $header)
public function __construct(private readonly string $name, private readonly array $header)
{
}

Expand Down

0 comments on commit 3c8c455

Please sign in to comment.