From db394f4dc9c43b9b71ddc65c76cda9c73a718929 Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Sat, 14 Jul 2012 15:51:17 -0300 Subject: [PATCH] No need to return null --- lib/Application/Utils.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Application/Utils.php b/lib/Application/Utils.php index 91c64f7..1858170 100644 --- a/lib/Application/Utils.php +++ b/lib/Application/Utils.php @@ -148,8 +148,6 @@ class Utils return $this->app['filetypes'][$fileType]; } } - - return null; } public function getPager($pageNumber, $totalCommits)