From becce6b7520912257c3d72697a3aefec9923a467 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 29 Nov 2018 20:59:46 +0100 Subject: Define an official codestyle and adhere to it. --- lib/Explore/RecommendedSites.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/Explore') diff --git a/lib/Explore/RecommendedSites.php b/lib/Explore/RecommendedSites.php index b22c07e1d..504d63497 100644 --- a/lib/Explore/RecommendedSites.php +++ b/lib/Explore/RecommendedSites.php @@ -22,13 +22,13 @@ class RecommendedSites * @param string $exploreDir the absolute path to where the recommendation * config files lie without a trailing slash */ - public function __construct($exploreDir) + public function __construct($exploreDir) { $this->directory = $exploreDir; } - public function forLanguage($languageCode) + public function forLanguage($languageCode) { $file = $this->directory . '/feeds.' . $languageCode . '.json'; @@ -40,6 +40,4 @@ class RecommendedSites throw new RecommendedSiteNotFoundException($msg); } } - - } -- cgit v1.2.3