Skip to content

Commit

Permalink
Attempt test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Didier Laumen committed Oct 13, 2023
1 parent b7fd28a commit c6bfa9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Functional/Entity/Article81.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class Article81
public function __construct(
public readonly int $id,
public readonly ArticleType81 $type,
public readonly ArticleType81IntBacked $intBackedType,
public readonly ArticleType81NotBacked $notBackedType,
) {
}
}

0 comments on commit c6bfa9b

Please sign in to comment.