mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-14 01:14:08 +00:00
Merge pull request #1903 from alexander-schranz/patch-1
Fix PHP-CS PrimeFieldTest
This commit is contained in:
commit
1644e8ce34
@ -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