SymmetricKey: more CS updates

This commit is contained in:
terrafrost 2022-12-07 08:39:01 -06:00
parent e1541eb109
commit 762e786ec9

View File

@ -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;
} }