mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
No need to return null
This commit is contained in:
@@ -148,8 +148,6 @@ class Utils
|
|||||||
return $this->app['filetypes'][$fileType];
|
return $this->app['filetypes'][$fileType];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPager($pageNumber, $totalCommits)
|
public function getPager($pageNumber, $totalCommits)
|
||||||
|
|||||||
Reference in New Issue
Block a user