mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 20:12:44 +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?
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function continuousBufferEnabled()
|
||||
public function continuousBufferEnabled(): bool
|
||||
{
|
||||
return $this->continuousBuffer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user