Completed
Push — master ( e901cb...8429b9 )
by Dorel
03:11 queued 01:10
created
src/AppBundle/Controller/DefaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.