Passed
Push — master ( 42495d...25437e )
by Rob
02:47 queued 17s
created
src/DoctrineDataFixtureModule/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $events = $e->getEventManager()->getSharedManager();
41 41
 
42 42
         // Attach to helper set event and load the entity manager helper.
43
-        $events->attach('doctrine', 'loadCli.post', function (EventInterface $e) {
43
+        $events->attach('doctrine', 'loadCli.post', function(EventInterface $e) {
44 44
             /* @var $cli Application */
45 45
             $cli = $e->getTarget();
46 46
             /* @var $sm ServiceLocatorInterface */
Please login to merge, or discard this patch.
src/DoctrineDataFixtureModule/Command/ImportCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             $purger->setPurgeMode(self::PURGE_MODE_TRUNCATE);
91 91
         }
92 92
 
93
-        if ( ! isset($config['rvdlee']['doctrine-data-fixture']['executor'])) {
93
+        if (!isset($config['rvdlee']['doctrine-data-fixture']['executor'])) {
94 94
             /** @var ORMExecutor $executor */
95 95
             $executor = new ORMExecutor($this->getEntityManager(), $purger);
96 96
         } else {
Please login to merge, or discard this patch.