Completed
Push — master ( c9e6e4...86d198 )
by Julián
06:43
created
src/MongoDBRepositoryFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Doctrine\Repository\MongoDB\ODM;
15 15
 
Please login to merge, or discard this patch.
src/MongoDBRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Doctrine\Repository\MongoDB\ODM;
15 15
 
Please login to merge, or discard this patch.
src/MongoDBPaginatorAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * @author Julián Gutiérrez <[email protected]>
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Jgut\Doctrine\Repository\MongoDB\ODM;
15 15
 
Please login to merge, or discard this patch.