Completed
Push — master ( 7239da...22c2fc )
by Jonathan
03:54
created
src/MongoDb.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Doctrine2.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      *
64 64
      * Exceptions are caught and translated.
65 65
      *
66
-     * @param Closure $cb The closure to execute, takes the entityManager
66
+     * @param \Closure $cb The closure to execute, takes the entityManager
67 67
      * @return mixed whatever the function returns, this method also returns
68 68
      * @throws \Caridea\Dao\Exception If a database problem occurs
69 69
      * @see \Caridea\Dao\Exception\Translator\Doctrine
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      *
83 83
      * Exceptions are caught and translated.
84 84
      *
85
-     * @param Closure $cb The closure to execute, takes the entityRepository
85
+     * @param \Closure $cb The closure to execute, takes the entityRepository
86 86
      * @return mixed whatever the function returns, this method also returns
87 87
      * @throws \Caridea\Dao\Exception If a database problem occurs
88 88
      * @see \Caridea\Dao\Exception\Translator\Doctrine
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Event/PreDelete.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Event/PostInsert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Event/PostUpdate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Event/PreInsert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Event/Publishing.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Event/PreUpdate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.
src/Event/PostDelete.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Caridea
5 5
  *
Please login to merge, or discard this patch.