@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | */ |
24 | 24 | public function __construct(ContainerInterface $container) |
25 | 25 | { |
26 | - if(!($container instanceof ContainerAutowire)) { |
|
26 | + if (!($container instanceof ContainerAutowire)) { |
|
27 | 27 | $container = new ContainerAutowire($container); |
28 | 28 | } |
29 | 29 | |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | */ |
43 | 43 | public function boot(object $applicationPlugin): void |
44 | 44 | { |
45 | - if(!($applicationPlugin instanceof DependencyProviderInterface)) { |
|
45 | + if (!($applicationPlugin instanceof DependencyProviderInterface)) { |
|
46 | 46 | return; |
47 | 47 | } |
48 | 48 |