Completed
Push — master ( 4bf606...5c7327 )
by Julián
01:29
created
src/Repository.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;
15 15
 
Please login to merge, or discard this patch.
src/PaginatorTrait.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;
15 15
 
Please login to merge, or discard this patch.
src/EventsTrait.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;
15 15
 
Please login to merge, or discard this patch.
src/RepositoryTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 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;
15 15
 
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
         if ($this->objectFactory === null) {
124 124
             $className = $this->getClassName();
125 125
 
126
-            $this->objectFactory = function () use ($className) {
126
+            $this->objectFactory = function() use ($className) {
127 127
                 return new $className();
128 128
             };
129 129
         }
Please login to merge, or discard this patch.
src/FiltersTrait.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;
15 15
 
Please login to merge, or discard this patch.