@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Bundle\ResourceBundle; |
| 15 | 15 | |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | */ |
| 100 | 100 | protected function getModelNamespace(): ?string |
| 101 | 101 | { |
| 102 | - return (new \ReflectionClass($this))->getNamespaceName().'\\Model'; |
|
| 102 | + return (new \ReflectionClass($this))->getNamespaceName() . '\\Model'; |
|
| 103 | 103 | } |
| 104 | 104 | |
| 105 | 105 | /** |