Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Brajkovic committed Jan 23, 2025
1 parent b4bb7fc commit a8d8fde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/Tests/ORM/Functional/Ticket/GH11149/EagerProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
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", length=5)
* @ORM\Column(type="string")
*
* @var string
*/
Expand Down

0 comments on commit a8d8fde

Please sign in to comment.