Completed
Push — master ( b96d89...96506e )
by max
03:28
created
src/InMemoryRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
     /**
257 257
      * @param EntityInterface $createdEntity
258 258
      */
259
-    protected function triggerCreate(EntityInterface &$createdEntity)
259
+    protected function triggerCreate(EntityInterface&$createdEntity)
260 260
     {
261 261
         $this->eventManager->addIdentifiers(get_class($createdEntity));
262 262
 
Please login to merge, or discard this patch.
src/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
     /**
297 297
      * @param EntityInterface $createdEntity
298 298
      */
299
-    protected function triggerCreate(EntityInterface &$createdEntity)
299
+    protected function triggerCreate(EntityInterface&$createdEntity)
300 300
     {
301 301
         $this->eventManager->addIdentifiers(get_class($createdEntity));
302 302
 
Please login to merge, or discard this patch.