Completed
Push — master ( 9e7fb1...8f9428 )
by Alessandro
02:48
created
src/Fixtures/AbstractContainerAwareFixture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Fixtures;
4 4
 
Please login to merge, or discard this patch.
src/FacileMongoDbBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle;
4 4
 
Please login to merge, or discard this patch.
src/Command/DropCollectionCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Command;
4 4
 
Please login to merge, or discard this patch.
src/Command/DropDatabaseCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Command;
4 4
 
Please login to merge, or discard this patch.
src/Command/AbstractCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Command;
4 4
 
Please login to merge, or discard this patch.
src/Command/LoadFixturesCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Command;
4 4
 
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
             );
59 59
         }
60 60
 
61
-        foreach ($fixtures as $fixture){
61
+        foreach ($fixtures as $fixture) {
62 62
             $this->loadFixture($fixture);
63 63
         }
64 64
 
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     {
73 73
         $indexList->loadData();
74 74
         $indexList->loadIndexes();
75
-        $this->io->writeln('Loaded fixture: '. get_class($indexList));
75
+        $this->io->writeln('Loaded fixture: '.get_class($indexList));
76 76
     }
77 77
 
78 78
     /**
Please login to merge, or discard this patch.
src/Services/ClientRegistry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Services;
4 4
 
Please login to merge, or discard this patch.
src/Services/ConnectionFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Services;
4 4
 
Please login to merge, or discard this patch.
src/Services/Loggers/MongoLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Facile\MongoDbBundle\Services\Loggers;
4 4
 
Please login to merge, or discard this patch.