]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php
Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / exceptions / crypto / class_EncryptInvalidLengthException.php
index 7fbe36c2f96d941d0e138eac8f2d3f953d556b3e..43d5a2cec2ed17005367aeff731b944e05d96e3c 100644 (file)
@@ -41,7 +41,7 @@ class EncryptInvalidLengthException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($filterInstance->__toString().":".$length);
+               $this->setExtraData($filterInstance->__toString().':'.$length);
 
                // Call parent exception constructor
                parent::__construct($message, $code);