Completed
Push — master ( 474fac...1de58a )
by Alessandro
05:19 queued 03:06
created
src/Command/LoadFixturesCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     {
72 72
         $indexList->loadData();
73 73
         $indexList->loadIndexes();
74
-        $this->io->writeln('Loaded fixture: '. \get_class($indexList));
74
+        $this->io->writeln('Loaded fixture: '.\get_class($indexList));
75 75
     }
76 76
 
77 77
     /**
Please login to merge, or discard this patch.
src/Controller/ProfilerController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         foreach ($data as $key => $item) {
73 73
 
74 74
             if (\is_string($item) && 0 === strpos($item, 'ISODate')) {
75
-                $time = str_replace(['ISODate("','")'], '', $item);
75
+                $time = str_replace(['ISODate("', '")'], '', $item);
76 76
                 $dateTime = new \DateTime($time);
77 77
                 $item = new UTCDatetime($dateTime->getTimestamp() * 1000);
78 78
             }
Please login to merge, or discard this patch.