Completed
Push — master ( 76ba4c...265ca6 )
by Alessandro
07:30
created
src/Twig/FacileMongoDbBundleExtension.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\Twig;
4 4
 
Please login to merge, or discard this patch.
src/Models/Query.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\Models;
4 4
 
Please login to merge, or discard this patch.
src/Models/ClientConfiguration.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\Models;
4 4
 
Please login to merge, or discard this patch.
src/Event/ConnectionEvent.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\Event;
4 4
 
Please login to merge, or discard this patch.
src/Event/Listener/DataCollectorListener.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\Event\Listener;
4 4
 
Please login to merge, or discard this patch.
src/Event/QueryEvent.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\Event;
4 4
 
Please login to merge, or discard this patch.