style(PHP): adjust to updated code style rules

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2024-09-02 11:50:12 +02:00
Родитель 3272786f8b
Коммит 8c4ed0e5a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7424F1874854DF23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -57,8 +57,8 @@ class AdminSettings implements ISettings {
/**
* @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