Completed
Push — master ( f51f05...f3abab )
by Ilias
04:15
created
src/Dimple/Container.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
                 throw new \RuntimeException('Namespace must be a string');
94 94
             }
95 95
 
96
-            if (! $serviceProvider instanceof ServiceProviderInterface) {
96
+            if (!$serviceProvider instanceof ServiceProviderInterface) {
97 97
                 throw new \RuntimeException('ServiceProviderProvider must provide map of ServiceProviders');
98 98
             }
99 99
 
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
             return;
108 108
         }
109 109
 
110
-        if (! isset($this->namespaceProviders[$name])) {
110
+        if (!isset($this->namespaceProviders[$name])) {
111 111
             throw new \InvalidArgumentException('No providerProvider registered for namespace ' . $name);
112 112
         }
113 113
 
Please login to merge, or discard this patch.