We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24834ee + df0c7d8 commit b0d3d79Copy full SHA for b0d3d79
1 file changed
src/Cipher.php
@@ -45,7 +45,7 @@ public function decrypt($encryptedMessage) {
45
46
}
47
48
- protected function decryptStream($encryptedStream) {
+ public function decryptStream($encryptedStream) {
49
if (is_null($encryptedStream)) {
50
return null;
51
} else {
@@ -83,4 +83,4 @@ public static function getInstance() {
83
84
85
86
-}
+}
0 commit comments