mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +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
|
||||
{
|
||||
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