]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/streams/crypto/mcrypt/class_McryptStream.php
Continued:
[core.git] / framework / main / classes / streams / crypto / mcrypt / class_McryptStream.php
index 1554b6faa66940954b91d7c6785bda8f314d9715..81acc7e7c2df84f46eaefbe79475850afa5d8db9 100644 (file)
@@ -172,7 +172,7 @@ class McryptStream extends BaseCryptoStream implements EncryptableStream {
         */
        public function streamData (string $data) {
                self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
-               throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
+               throw new UnsupportedOperationException([$this, __FUNCTION__], self::EXCEPTION_UNSPPORTED_OPERATION);
        }
 
 }