mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
Tests: void return types weren't introduced until PHP 7.1
This commit is contained in:
parent
c053b895c8
commit
13833af749
@ -505,7 +505,7 @@ abstract class TestCase extends PhpseclibTestCase
|
||||
}
|
||||
}
|
||||
|
||||
public function testHexWithNewLines(): void
|
||||
public function testHexWithNewLines()
|
||||
{
|
||||
$x = $this->getInstance('0xE932AC92252F585B3A80A4DD76A897C8B7652952FE788F6EC8DD640587A1EE5647670A8AD
|
||||
4C2BE0F9FA6E49C605ADF77B5174230AF7BD50E5D6D6D6D28CCF0A886A514CC72E51D209CC7
|
||||
|
Loading…
Reference in New Issue
Block a user