Skip to content

Commit

Permalink
fix attr type
Browse files Browse the repository at this point in the history
Co-authored-by: Théo Attali <[email protected]>
  • Loading branch information
connorhu and tattali authored Feb 10, 2024
1 parent 261ba54 commit 68a0068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Entities/ZendDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ZendDate
* @ORM\Column(type="integer")
*/
#[ORM\Id]
#[ORM\Column(type: 'string')]
#[ORM\Column(type: 'integer')]
public $id;

/** @ORM\Column(type="ZendDate") */
Expand Down

0 comments on commit 68a0068

Please sign in to comment.