X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fservices%2FServiceContainer.php;h=633cfc92db184dd1e3a7e53d81570f70387740a6;hb=8f2bb6d7d7e022e9601d29bc6c1d3892486cc99e;hp=bad0ef9ce61c1081efb58d5b51d2ba361d58b655;hpb=1dd2e07276e1deaf431ddb01c92111038f9e2cd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/services/ServiceContainer.php b/includes/services/ServiceContainer.php index bad0ef9ce6..633cfc92db 100644 --- a/includes/services/ServiceContainer.php +++ b/includes/services/ServiceContainer.php @@ -303,7 +303,7 @@ class ServiceContainer implements DestructibleService { $instance = $this->peekService( $name ); - if ( $destroy && $instance instanceof DestructibleService ) { + if ( $destroy && $instance instanceof DestructibleService ) { $instance->destroy(); }