@@ -43,7 +43,7 @@ |
||
43 | 43 | return $this->render('default/index.html.twig', [ |
44 | 44 | 'feedItems' => $items, |
45 | 45 | ]); |
46 | - } catch(\Exception $e) { |
|
46 | + } catch (\Exception $e) { |
|
47 | 47 | throw $this->createNotFoundException(sprintf('Feed named %s is not configured.', $feed)); |
48 | 48 | } |
49 | 49 | } |