Completed
Pull Request — master (#9)
by
unknown
04:53
created
GoAopBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.