@@ -41,5 +41,5 @@ |
||
| 41 | 41 | * |
| 42 | 42 | * @return mixed |
| 43 | 43 | */ |
| 44 | - public function createEntityObject($entityName, array $options = []); |
|
| 44 | + public function createEntityObject($entityName, array $options = [ ]); |
|
| 45 | 45 | } |
@@ -88,7 +88,7 @@ |
||
| 88 | 88 | * @throws \Nnx\Doctrine\Service\Exception\InvalidEntityObjectException |
| 89 | 89 | * @throws \Interop\Container\Exception\NotFoundException |
| 90 | 90 | */ |
| 91 | - public function createEntityObject($entityName, array $options = []) |
|
| 91 | + public function createEntityObject($entityName, array $options = [ ]) |
|
| 92 | 92 | { |
| 93 | 93 | return $this->getEntityManager()->get($entityName, $options); |
| 94 | 94 | } |