Skip to content

Commit 9f795db

Browse files
susnuxcome-nc
andcommitted
chore: adjust code style
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 733ba24 commit 9f795db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Accounts/AccountProperty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function setValue(string $value): IAccountProperty {
5555
* @since 15.0.0
5656
*/
5757
public function setScope(string $scope): IAccountProperty {
58-
if (!in_array($scope, IAccountManager::ALLOWED_SCOPES,)) {
58+
if (!in_array($scope, IAccountManager::ALLOWED_SCOPES)) {
5959
throw new InvalidArgumentException('Invalid scope');
6060
}
6161
/** @var IAccountManager::SCOPE_* $scope */

0 commit comments

Comments
 (0)