@@ -52,7 +52,7 @@ |
||
52 | 52 | * |
53 | 53 | * @param Media|null $value |
54 | 54 | * |
55 | - * @return integer |
|
55 | + * @return Media|null |
|
56 | 56 | */ |
57 | 57 | public function transform($value) |
58 | 58 | { |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Media\Entity; |
4 | 4 | |
5 | -use Doctrine\ORM\Mapping AS ORM; |
|
5 | +use Doctrine\ORM\Mapping as ORM; |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * |