Skip to content

Commit

Permalink
fix: review soyuka
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHebert committed Aug 3, 2023
1 parent 6e9221b commit 40ee9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metadata/ApiProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public function __construct(
private ?bool $initializable = null,
private $iris = null,
private ?bool $genId = null,
private array $extraProperties = [],
private ?string $uriTemplate = null,
private array $extraProperties = [],
) {
if (\is_string($types)) {
$this->types = (array) $types;
Expand Down

0 comments on commit 40ee9d3

Please sign in to comment.