@@ -160,7 +160,7 @@ |
||
| 160 | 160 | if ($singleton) { |
| 161 | 161 | $instance = $instanceReflector->getMethod("getInstance")->invoke(null); |
| 162 | 162 | } |
| 163 | - } catch(\Exception $e) { |
|
| 163 | + } catch (\Exception $e) { |
|
| 164 | 164 | $singleton = false; |
| 165 | 165 | } |
| 166 | 166 | if (!$singleton) { |