From 93b0f1a3bff98f3b9aa9f2e0ca2db4bc23ca3746 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Mon, 6 Oct 2014 12:38:59 +0200 Subject: adding cssmin and jssmin(minify) adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content adding repair step to clean the asset cache after upgrade + coding style adjustments --- lib/private/template/templatefilelocator.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/private/template') diff --git a/lib/private/template/templatefilelocator.php b/lib/private/template/templatefilelocator.php index 4676fceb37d..8e9f3bd8100 100644 --- a/lib/private/template/templatefilelocator.php +++ b/lib/private/template/templatefilelocator.php @@ -24,6 +24,8 @@ class TemplateFileLocator { /** * @param string $template + * @return string + * @throws \Exception */ public function find( $template ) { if ($template === '') { -- cgit v1.2.3