@@ -93,7 +93,7 @@ discard block |
||
| 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 |
||
| 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 | |