Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Mar 21, 2024
1 parent aabaf10 commit 492bc43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ enabled:
- no_trailing_comma_in_singleline_array
- no_unused_imports
- no_whitespace_before_comma_in_array
- ordered_imports
- phpdoc_align
- phpdoc_indent
- phpdoc_inline_tag
Expand Down
1 change: 1 addition & 0 deletions tests/Grant/DeviceCodeGrantTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ public function testSettingDeviceCodeIntervalRate(): void
$this::assertObjectHasProperty('interval', $deviceCode);
$this::assertEquals(self::INTERVAL_RATE, $deviceCode->interval);
}

public function testIssueAccessDeniedError(): void
{
$client = new ClientEntity();
Expand Down

0 comments on commit 492bc43

Please sign in to comment.