@@ -51,7 +51,7 @@ |
||
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 | */ |
@@ -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 | } |