Completed
Push — master ( 172e29...c7a288 )
by Андрей
04:37 queued 01:58
created
src/Service/ObjectManagerServiceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,5 +41,5 @@
 block discarded – undo
41 41
      *
42 42
      * @return mixed
43 43
      */
44
-    public function createEntityObject($entityName, array $options = []);
44
+    public function createEntityObject($entityName, array $options = [ ]);
45 45
 }
Please login to merge, or discard this patch.
src/Service/ObjectManagerService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.