Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 9, 2024
1 parent 646b70c commit b574c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
->registerPreference('showIPCountry', 'boolval', false),

(new Extend\Conditional())
->whenExtensionEnabled('fof-default-user-preferences', fn() => [
->whenExtensionEnabled('fof-default-user-preferences', fn () => [
(new \FoF\DefaultUserPreferences\Extend\RegisterUserPreferenceDefault())
->default('showIPCountry', false, 'bool'),
]),
Expand Down

0 comments on commit b574c92

Please sign in to comment.