Completed
Push — master ( ee49f4...f8fced )
by Alejandro
02:23
created
src/Modules/Localize/Localize.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
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 = "";
Please login to merge, or discard this patch.