Passed
Push — master ( 59a789...014367 )
by Alexander
07:05
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
     {
296 296
         $provider = Normalizer::normalize($providerDefinition)->resolve($this);
297 297
         assert($provider instanceof ServiceProviderInterface, new InvalidConfigException(
298
-            sprintf('Service provider should be an instance of %s. %s given.', ServiceProviderInterface::class,  $this->getVariableType($provider)
298
+            sprintf('Service provider should be an instance of %s. %s given.', ServiceProviderInterface::class, $this->getVariableType($provider)
299 299
         )));
300 300
 
301 301
         return $provider;
Please login to merge, or discard this patch.