@@ -100,7 +100,7 @@ |
||
| 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 | */ |
@@ -48,7 +48,6 @@ |
||
| 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) |