Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperaj committed Dec 12, 2023
1 parent 081eba8 commit d510898
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public function it_builds_a_verifier_builder(): void
$container->get('config')->willReturn(
[
'one_login' => [
'identity_issuer' => 'https://fakeUrl'
]
'identity_issuer' => 'https://fakeUrl',
],
]
);
$container->get(ClockInterface::class)->willReturn($this->prophesize(ClockInterface::class)->reveal());
Expand Down

0 comments on commit d510898

Please sign in to comment.