From 7294cf963e3c3c3b473d64dc1215fab69fbfa4a0 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Tue, 21 Nov 2023 19:21:14 -0600 Subject: [PATCH] CS adjustment --- tests/Unit/Crypt/EC/KeyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Crypt/EC/KeyTest.php b/tests/Unit/Crypt/EC/KeyTest.php index 8ec2eabd..3f65699f 100644 --- a/tests/Unit/Crypt/EC/KeyTest.php +++ b/tests/Unit/Crypt/EC/KeyTest.php @@ -707,7 +707,7 @@ cN6W+k8UvGf+Y/lDWNbFitQocabsDUvSN0edHH3UKP5QPTz4cOlyIPMrXQ== $this->assertTrue($key->verify('hello world!', $signature)); } - public function testExcessivelyLargeBinaryField() + public function testExcessivelyLargeBinaryField(): void { $this->expectException('\OutOfBoundsException');