We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bb7fc commit a8d8fdeCopy full SHA for a8d8fde
tests/Tests/ORM/Functional/Ticket/GH11149/EagerProduct.php
@@ -5,7 +5,6 @@
5
namespace Doctrine\Tests\ORM\Functional\Ticket\GH11149;
6
7
use Doctrine\Common\Collections\ArrayCollection;
8
-use Doctrine\Common\Collections\Collection;
9
use Doctrine\ORM\Mapping as ORM;
10
11
/**
tests/Tests/ORM/Functional/Ticket/GH11149/Locale.php
@@ -14,7 +14,7 @@ class Locale
14
{
15
16
* @ORM\Id
17
- * @ORM\Column(type="string", length=5)
+ * @ORM\Column(type="string")
18
*
19
* @var string
20
*/
0 commit comments