]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php
Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / exceptions / crypto / class_EncryptInvalidLengthException.php
index b6f68baf99115dc673e728fda31968171b6fa6dc..7231511e58574656607f9c1092f71ec146f1c521 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when the decrypted "encrypt" string has an invalid length
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 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