Test Failed
Branch master (324c51)
by Stanislau
12:57
created
Category
src/Boot/DependencyProviderBootLoader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.