Skip to content

Commit

Permalink
Merge release 2.19.3 into 2.20.x (#11398)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Mar 22, 2024
2 parents 083f642 + 1a5a4c6 commit be307ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/Tests/ORM/Functional/Ticket/GH11149/EagerProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Doctrine\Tests\ORM\Functional\Ticket\GH11149;

use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\Mapping as ORM;

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests/ORM/Functional/Ticket/GH11149/Locale.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Locale
{
/**
* @ORM\Id
* @ORM\Column(type="string")
* @ORM\Column(type="string", length=5)
*
* @var string
*/
Expand Down

0 comments on commit be307ed

Please sign in to comment.