Completed
Pull Request — master (#16)
by
unknown
01:26
created
src/I18nService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * Get configuration value for a specific key.
101 101
      *
102 102
      * @param string $key
103
-     * @param mixed  $default
103
+     * @param integer  $default
104 104
      *
105 105
      * @return mixed
106 106
      */
Please login to merge, or discard this patch.
src/Traits/LoadsTranslatedCachedRoutes.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
      * Returns the path to the cached routes file for a given locale.
49 49
      *
50 50
      * @param string   $locale
51
-     * @param string[] $localeKeys
52 51
      * @return string
53 52
      */
54 53
     protected function makeLocaleRoutesPath($locale = null)
Please login to merge, or discard this patch.