@@ -188,7 +188,7 @@ |
||
| 188 | 188 | * Currently, $key is unused |
| 189 | 189 | * |
| 190 | 190 | * @param string $key The path to check |
| 191 | - * @return string|false false or the source: config | auth |
|
| 191 | + * @return boolean false or the source: config | auth |
|
| 192 | 192 | */ |
| 193 | 193 | public function isReadOnly($key) |
| 194 | 194 | { |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | if (!$this->option('dry-run')) { |
| 72 | - Settings::flush(); // clear the settings cache |
|
| 72 | + Settings::flush(); // clear the settings cache |
|
| 73 | 73 | DbConfig::updateOrCreate(['config_name' => 'settings.migrated'], ['config_value' => true]); |
| 74 | 74 | } |
| 75 | 75 | } |