Skip to content

Commit 1a5a4c6

Browse files
authored
Set column length explicitly (#11393)
1 parent 95795c8 commit 1a5a4c6

File tree

1 file changed

+1
-1
lines changed
  • tests/Tests/ORM/Functional/Ticket/GH11149

1 file changed

+1
-1
lines changed

tests/Tests/ORM/Functional/Ticket/GH11149/Locale.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Locale
1414
{
1515
/**
1616
* @ORM\Id
17-
* @ORM\Column(type="string")
17+
* @ORM\Column(type="string", length=5)
1818
*
1919
* @var string
2020
*/

0 commit comments

Comments
 (0)