Completed
Branch master (6ff9ea)
by Aitor Riba
03:25
created
src/Builder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,6 @@
 block discarded – undo
82 82
     /**
83 83
      * Returns  the current language name.
84 84
      *
85
-     * @param string $ucfirst
86 85
      *
87 86
      * @return string
88 87
      */
Please login to merge, or discard this patch.
src/Controllers/LocalizerController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
 
10 10
 class LocalizerController extends Controller
11 11
 {
12
+    /**
13
+     * @param Request $request
14
+     */
12 15
     private function setLocale($locale, $request)
13 16
     {
14 17
         if (!in_array($locale, array_keys(Localizer::allowedLanguages()))) {
Please login to merge, or discard this patch.