Skip to content

Commit ef0d5e8

Browse files
susnuxcome-nc
andauthored
chore: adjust code style
Co-authored-by: Côme Chilliet <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 0624d86 commit ef0d5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)