@@ -29,7 +29,7 @@ |
||
| 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())) |