Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 17, 2024
1 parent 3f4b1f7 commit 070bba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Protocol/ProtocolBaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function testValidateOriginUriValid(string $uri): void
{
try {
$valid = self::getInstance()->validateOriginUri($uri);
} catch (\Exception $e) {
} catch (Exception $e) {
$this->fail('Valid URI validated as invalid: '.$e);
}
}
Expand Down

0 comments on commit 070bba2

Please sign in to comment.