X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fcrypto%2Fclass_EncryptMissingException.php;h=46baad63ded574556960f907fb959c89e81c29c3;hp=de6e814ab058dcd90bd5071bbdc5adcec45fbb62;hb=18326a804304728be346a6898b6d489d0359b647;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58 diff --git a/inc/classes/exceptions/crypto/class_EncryptMissingException.php b/inc/classes/exceptions/crypto/class_EncryptMissingException.php index de6e814a..46baad63 100644 --- a/inc/classes/exceptions/crypto/class_EncryptMissingException.php +++ b/inc/classes/exceptions/crypto/class_EncryptMissingException.php @@ -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() );