@@ -126,7 +126,7 @@ |
||
126 | 126 | |
127 | 127 | /** |
128 | 128 | * @param string $className |
129 | - * @return EntityManager|null |
|
129 | + * @return \Doctrine\Common\Persistence\ObjectManager|null |
|
130 | 130 | */ |
131 | 131 | protected function getManager($className) |
132 | 132 | { |
@@ -45,7 +45,7 @@ |
||
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
48 | - * @param array $fields |
|
48 | + * @param string[] $fields |
|
49 | 49 | * @return $this |
50 | 50 | */ |
51 | 51 | public function setFields(array $fields) |