SymmetricKey: more CS updates

This commit is contained in:
terrafrost 2022-12-07 08:39:01 -06:00
parent e1541eb109
commit 762e786ec9
1 changed files with 1 additions and 3 deletions

View File

@ -2974,10 +2974,8 @@ abstract class SymmetricKey
/**
* Is the continuous buffer enabled?
*
* @return boolean
*/
public function continuousBufferEnabled()
public function continuousBufferEnabled(): bool
{
return $this->continuousBuffer;
}