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