Skip to content

Commit 2f452b6

Browse files
authored
Merge pull request #9 from rossaddison/analysis-Me4RKL
Apply fixes from StyleCI
2 parents ee5be53 + 5663ac3 commit 2f452b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client/OpenBanking.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class OpenBanking extends OAuth2
2626
protected string $tokenUrl = '';
2727

2828
/**
29-
* @var null|string
29+
* @var string|null
3030
*/
3131
protected ?string $scope = null;
3232

@@ -198,4 +198,4 @@ public function decodeIdToken(string $idToken): array
198198
$decoded = json_decode($payloadJson ?: '', true);
199199
return is_array($decoded) ? $decoded : [];
200200
}
201-
}
201+
}

0 commit comments

Comments
 (0)