mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 20:12:44 +00:00
Fix PHP-CS PrimeFieldTest
This commit is contained in:
parent
e250e6e2f4
commit
41a5f2c21e
@ -8,7 +8,7 @@ use phpseclib3\Tests\PhpseclibTestCase;
|
|||||||
|
|
||||||
class PrimeFieldTest extends PhpseclibTestCase
|
class PrimeFieldTest extends PhpseclibTestCase
|
||||||
{
|
{
|
||||||
public function testPrimeFieldWithCompositeNumbers()
|
public function testPrimeFieldWithCompositeNumbers(): void
|
||||||
{
|
{
|
||||||
$this->expectException('UnexpectedValueException');
|
$this->expectException('UnexpectedValueException');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user