Skip to content

Commit 6266fae

Browse files
authored
Merge pull request #16 from rossaddison/analysis-NdBnMg
Apply fixes from StyleCI
2 parents 0f298d8 + 4de84dd commit 6266fae

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Client/VKontakte.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class VKontakte extends OAuth2
3030
protected string $tokenUrl = 'https://id.vk.ru/oauth2/auth';
3131

3232
protected string $endpoint = 'https://id.vk.ru/oauth2/user_info';
33-
33+
3434
/**
3535
* Example answer: [
3636
* 'access_token' => 'XXXXX',

src/Signature/HmacSha.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ public function __construct(/**
2121
* @link https://php.net/manual/ru/function.hash-algos.php
2222
*/
2323
private readonly string $algorithm
24-
)
25-
{
24+
) {
2625
if (!function_exists('hash_hmac')) {
2726
throw new NotSupportedException('PHP "Hash" extension is required.');
2827
}

0 commit comments

Comments
 (0)