From 22ac3e10796465c11b095bc3489b7f200f60a85a Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sat, 9 Aug 2014 18:03:55 +0200 Subject: [PATCH] Fixed CS error --- src/View/StringTemplate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/View/StringTemplate.php b/src/View/StringTemplate.php index ccf8d7d002f..db01c7902c2 100644 --- a/src/View/StringTemplate.php +++ b/src/View/StringTemplate.php @@ -138,6 +138,7 @@ public function add(array $templates) { * Compile templates into a more efficient printf() compatible format. * * @param array $templates The template names to compile. If empty all templates will be compiled. + * @return void */ protected function _compileTemplates(array $templates = []) { if (empty($templates)) {