mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
Tests: fix bad merge
This commit is contained in:
parent
414b0b0d3b
commit
e47383e23e
@ -178,7 +178,7 @@ abstract class TestCase extends PhpseclibTestCase
|
|||||||
*/
|
*/
|
||||||
public function continuousBufferBatteryCombosWithoutSingleCombos(): array
|
public function continuousBufferBatteryCombosWithoutSingleCombos(): array
|
||||||
{
|
{
|
||||||
return array_filter(self::$continuousBufferBatteryCombos(), fn (array $continuousBufferBatteryCombo) => count($continuousBufferBatteryCombo[2]) > 1);
|
return array_filter(self::continuousBufferBatteryCombos(), fn (array $continuousBufferBatteryCombo) => count($continuousBufferBatteryCombo[2]) > 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user