Skip to content

Commit

Permalink
Change DumpSettings getDefaults() to static for easier access
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 24, 2022
1 parent d384560 commit 9acf053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DumpSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function getDefaultCharacterSet(): string
return $this->settings['default-character-set'];
}

public function getDefaults(): array
public static function getDefaults(): array
{
return self::$defaults;
}
Expand Down

0 comments on commit 9acf053

Please sign in to comment.