@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Facile\MongoDbBundle\Services; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Facile\MongoDbBundle\Command; |
| 6 | 6 | |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | ); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | - foreach ($fixtures as $fixture){ |
|
| 59 | + foreach ($fixtures as $fixture) { |
|
| 60 | 60 | $this->loadFixture($fixture); |
| 61 | 61 | } |
| 62 | 62 | |
@@ -70,6 +70,6 @@ discard block |
||
| 70 | 70 | { |
| 71 | 71 | $indexList->loadData(); |
| 72 | 72 | $indexList->loadIndexes(); |
| 73 | - $this->io->writeln('Loaded fixture: '. get_class($indexList)); |
|
| 73 | + $this->io->writeln('Loaded fixture: '.get_class($indexList)); |
|
| 74 | 74 | } |
| 75 | 75 | } |