X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fcrypto%2Fclass_EncryptInvalidLengthException.php;h=9ecb93fa08787a446a122ba078fb4661ae1f88c7;hp=477418402bc56bf6578982f888b98b7991cc97a4;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hpb=6536a4dda3b96201f7f5551dc5d42559cf8b453d diff --git a/inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php b/inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php index 47741840..9ecb93fa 100644 --- a/inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php +++ b/inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php @@ -2,11 +2,11 @@ /** * An exception thrown when the decrypted "encrypt" string has an invalid length * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ class EncryptInvalidLengthException extends FrameworkException { $length = $filterInstance->getConfigInstance()->getConfigEntry('captcha_string_length'); // Construct message - $message = sprintf("[%s:%d] Encrypt string has an invalid length. Valid: %d", + $message = sprintf('[%s:%d] Encrypt string has an invalid length. Valid: %d', $filterInstance->__toString(), $this->getLine(), $length