Test Failed
Push — develop ( 8393c0...b2caa8 )
by Daniel
06:53
created
src/Cache/FormCacheClearer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         try {
30 30
             $repo = $this->em->getRepository(Form::class);
31 31
             $forms = $repo->findAll();
32
-        } catch(\Exception $exception) {
32
+        } catch (\Exception $exception) {
33 33
             $this->dispatcher->dispatch(
34 34
                 self::FORM_CACHE_EVENT_NAME,
35 35
                 new CommandNotifyEvent(sprintf('<error>Could not clear form cache: %s</error>', $exception->getMessage()))
Please login to merge, or discard this patch.