@@ -27,11 +27,11 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public function create(\stdClass $values, $entityType); |
| 29 | 29 | |
| 30 | - /** |
|
| 31 | - * Gets the entity manager of this factory. |
|
| 32 | - * |
|
| 33 | - * @return \TheSportsDb\Entity\EntityManagerInterface |
|
| 34 | - * The entity manager for this factory. |
|
| 35 | - */ |
|
| 30 | + /** |
|
| 31 | + * Gets the entity manager of this factory. |
|
| 32 | + * |
|
| 33 | + * @return \TheSportsDb\Entity\EntityManagerInterface |
|
| 34 | + * The entity manager for this factory. |
|
| 35 | + */ |
|
| 36 | 36 | public function getEntityManager(); |
| 37 | 37 | } |