Completed
Push — master ( 8429b9...8835b1 )
by Dorel
02:02
created
src/AppBundle/Controller/DefaultController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Get feed from a specific provider
53 53
      *
54
-     * @param $provider
54
+     * @param string $provider
55 55
      *
56 56
      * @return \AppBundle\Model\FeedInterface
57 57
      */
Please login to merge, or discard this 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.