@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ discard block |
||
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 |
||
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 | } |
@@ -9,7 +9,7 @@ |
||
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 |