Skip to content

Commit

Permalink
style(PHP): adjust to updated code style rules
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Sep 2, 2024
1 parent e547c66 commit c8fcf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/AdminSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public function getSection() {

/**
* @return int whether the form should be rather on the top or bottom of
* the admin section. The forms are arranged in ascending order of the
* priority values. It is required to return a value between 0 and 100.
* the admin section. The forms are arranged in ascending order of the
* priority values. It is required to return a value between 0 and 100.
*
* E.g.: 70
* @since 9.1
Expand Down

0 comments on commit c8fcf9e

Please sign in to comment.