mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-13 08:56:30 +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
|
||||
{
|
||||
public function testPrimeFieldWithCompositeNumbers()
|
||||
public function testPrimeFieldWithCompositeNumbers(): void
|
||||
{
|
||||
$this->expectException('UnexpectedValueException');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user