From 7227889464173fe7f1c92c912206f28b14309014 Mon Sep 17 00:00:00 2001 From: Johnny Theill Date: Sun, 16 Feb 2014 03:14:28 +0100 Subject: [PATCH] Fix newlines and missing parameter description --- controllers/SiteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/SiteController.php b/controllers/SiteController.php index 36e1ecc..0d4d2f9 100644 --- a/controllers/SiteController.php +++ b/controllers/SiteController.php @@ -91,4 +91,4 @@ class SiteController extends Controller { return $this->render('about'); } -} \ No newline at end of file +}