@@ -62,6 +62,9 @@ |
||
| 62 | 62 | $this->reloadConfig(); |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | + /** |
|
| 66 | + * @param string $locale |
|
| 67 | + */ |
|
| 65 | 68 | public function setLocale($locale) { |
| 66 | 69 | $this->locale = $locale; |
| 67 | 70 | $folder = \Tight\Utils::addTrailingSlash($this->config->resourceFolder); |
@@ -224,7 +224,7 @@ |
||
| 224 | 224 | * registered for the route, each callable middleware is invoked in |
| 225 | 225 | * the order specified. |
| 226 | 226 | * |
| 227 | - * @return bool |
|
| 227 | + * @return string |
|
| 228 | 228 | */ |
| 229 | 229 | public function dispatch() { |
| 230 | 230 | $output = ""; |