]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/crypto/class_EncryptMissingException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / crypto / class_EncryptMissingException.php
index de6e814ab058dcd90bd5071bbdc5adcec45fbb62..46baad63ded574556960f907fb959c89e81c29c3 100644 (file)
@@ -31,7 +31,7 @@ class EncryptMissingException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Encrypt string is missing.",
+               $message = sprintf('[%s:%d] Encrypt string is missing.',
                        $filterInstance->__toString(),
                        $this->getLine()
                );