Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Feb 26, 2021
1 parent 4925d67 commit f51ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function markAsLoadedUsingSettingsFile()

public function setDefaultSettings(array $defaults)
{
foreach($defaults as $name => $value) {
foreach ($defaults as $name => $value) {
if ($this->wasLoadedUsingConfigFile($name)) {
$this->settings[$name] = $value;
}
Expand Down

0 comments on commit f51ef21

Please sign in to comment.