Merge pull request #1903 from alexander-schranz/patch-1

Fix PHP-CS PrimeFieldTest
This commit is contained in:
terrafrost 2023-03-31 03:47:58 -05:00 committed by GitHub
commit 1644e8ce34
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');