| @@ -140,8 +140,9 @@ discard block | ||
| 140 | 140 | } | 
| 141 | 141 | |
| 142 | 142 | /** | 
| 143 | - * @param $template | |
| 143 | + * @param string $template | |
| 144 | 144 | * @param null | Application $application | 
| 145 | + * @param Application $application | |
| 145 | 146 | * @return string | 
| 146 | 147 | */ | 
| 147 | 148 | protected function getTemplateDir($template, $application = null) | 
| @@ -190,8 +191,8 @@ discard block | ||
| 190 | 191 | } | 
| 191 | 192 | |
| 192 | 193 | /** | 
| 193 | - * @param $templatePath | |
| 194 | - * @param $obClean | |
| 194 | + * @param string $templatePath | |
| 195 | + * @param boolean $obClean | |
| 195 | 196 | * @return mixed|string | 
| 196 | 197 | */ | 
| 197 | 198 | private function includeTemplateFile($templatePath, $obClean) |