@@ -80,7 +80,7 @@ |
||
80 | 80 | private function buildProvider($className) |
81 | 81 | { |
82 | 82 | $ref = new ReflectionClass($className); |
83 | - if (!$ref->isInstantiable()) { |
|
83 | + if ( ! $ref->isInstantiable()) { |
|
84 | 84 | throw new WrongProviderException("Provider $className is not instantiable."); |
85 | 85 | } |
86 | 86 |