Fix PHP-CS PrimeFieldTest

This commit is contained in:
Alexander Schranz 2023-03-28 11:44:05 +02:00 committed by GitHub
parent e250e6e2f4
commit 41a5f2c21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ use phpseclib3\Tests\PhpseclibTestCase;
class PrimeFieldTest extends PhpseclibTestCase
{
public function testPrimeFieldWithCompositeNumbers()
public function testPrimeFieldWithCompositeNumbers(): void
{
$this->expectException('UnexpectedValueException');