Completed
Push — master ( b3b630...ae6394 )
by John
29:43 queued 04:59
created
lib/private/Accounts/AccountProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 	 * @since 15.0.0
56 56
 	 */
57 57
 	public function setScope(string $scope): IAccountProperty {
58
-		if (!in_array($scope, IAccountManager::ALLOWED_SCOPES, )) {
58
+		if (!in_array($scope, IAccountManager::ALLOWED_SCOPES,)) {
59 59
 			throw new InvalidArgumentException('Invalid scope');
60 60
 		}
61 61
 		/** @var IAccountManager::SCOPE_* $scope */
Please login to merge, or discard this patch.