@@ -226,7 +226,7 @@ |
||
226 | 226 | } |
227 | 227 | |
228 | 228 | foreach ($sheets as $sheet) { |
229 | - $string .= '<link rel="stylesheet" href="' . $sheet .'">' . "\r\n"; |
|
229 | + $string .= '<link rel="stylesheet" href="' . $sheet . '">' . "\r\n"; |
|
230 | 230 | } |
231 | 231 | |
232 | 232 | return $string; |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | |
119 | 119 | /** |
120 | 120 | * formats and prepares view for inclusion |
121 | - * @param $viewName |
|
121 | + * @param string|boolean $viewName |
|
122 | 122 | * @return string |
123 | 123 | * @throws Exception\LookupException |
124 | 124 | */ |
@@ -169,6 +169,9 @@ discard block |
||
169 | 169 | } |
170 | 170 | } |
171 | 171 | |
172 | + /** |
|
173 | + * @param string|boolean $layout |
|
174 | + */ |
|
172 | 175 | public function setLayout($layout = null) |
173 | 176 | { |
174 | 177 | if ($layout === null) { |