@@ -110,6 +110,10 @@ |
||
| 110 | 110 | /** @Column(type = "string") */ |
| 111 | 111 | private $value; |
| 112 | 112 | |
| 113 | + /** |
|
| 114 | + * @param string $name |
|
| 115 | + * @param string $value |
|
| 116 | + */ |
|
| 113 | 117 | public function __construct($name, $value) |
| 114 | 118 | { |
| 115 | 119 | $this->name = $name; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\Cache\ArrayCache; |
| 6 | 6 | use Doctrine\Common\Collections\ArrayCollection; |
| 7 | - |
|
| 8 | 7 | use Doctrine\ORM\EntityManager; |
| 9 | 8 | use Doctrine\ORM\Internal\Hydration\IterableResult; |
| 10 | 9 | use Doctrine\ORM\Query\Parameter; |