Skip to content

Commit

Permalink
Update tests/Fixtures/Entity/DoubleNameEntity.php
Browse files Browse the repository at this point in the history
Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
  • Loading branch information
VincentLanglet and jordisala1991 committed Mar 6, 2023
1 parent 8b86430 commit c3da313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Entity/DoubleNameEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(
#[ORM\Column(type: Types::STRING)]
public string $name,
#[ORM\Column(type: Types::STRING, nullable: true)]
public ?string $name2
public ?string $name2 = null
) {
}
}

0 comments on commit c3da313

Please sign in to comment.