Skip to content

Commit

Permalink
CS adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Nov 22, 2023
1 parent f680138 commit 7294cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Crypt/EC/KeyTest.php
Expand Up @@ -707,7 +707,7 @@ public function testIEEESignature(): void
$this->assertTrue($key->verify('hello world!', $signature));
}

public function testExcessivelyLargeBinaryField()
public function testExcessivelyLargeBinaryField(): void
{
$this->expectException('\OutOfBoundsException');

Expand Down

0 comments on commit 7294cf9

Please sign in to comment.