Completed
Push — develop ( c61736...9994ff )
by Neil
7s
created
app/Settings.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
app/Console/Commands/MigrateSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.