mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-01 05:31:53 +00:00
SymmetricKey: more CS updates
This commit is contained in:
parent
e1541eb109
commit
762e786ec9
@ -2974,10 +2974,8 @@ abstract class SymmetricKey
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Is the continuous buffer enabled?
|
* Is the continuous buffer enabled?
|
||||||
*
|
|
||||||
* @return boolean
|
|
||||||
*/
|
*/
|
||||||
public function continuousBufferEnabled()
|
public function continuousBufferEnabled(): bool
|
||||||
{
|
{
|
||||||
return $this->continuousBuffer;
|
return $this->continuousBuffer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user