@@ -49,7 +49,7 @@ |
||
49 | 49 | try |
50 | 50 | { |
51 | 51 | $this->container->get('goaop.aspect.container'); |
52 | - } catch(ServiceNotFoundException $e) { |
|
52 | + } catch (ServiceNotFoundException $e) { |
|
53 | 53 | throw new \RuntimeException("`goaop.aspect.container` is not defined, please remove the cache manually and run `cache:warmup`"); |
54 | 54 | } |
55 | 55 | if (!AopComposerLoader::wasInitialized()) { |