Completed
Pull Request — master (#10)
by
unknown
02:13
created
GoAopBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         }
49 49
         try {
50 50
             $this->container->get('goaop.aspect.container');
51
-        } catch( ServiceNotFoundException $e ) {
51
+        } catch (ServiceNotFoundException $e) {
52 52
             throw new \RuntimeException("`goaop.aspect.container` is not defined, please remove the cache manually and run `cache:warmup`");
53 53
         }
54 54
         if (!AopComposerLoader::wasInitialized()) {
Please login to merge, or discard this patch.