Completed
Push — master ( e32935...f6941d )
by Kamil
149:00 queued 117:14
created
src/Sylius/Bundle/ResourceBundle/AbstractResourceBundle.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
  * 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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.