]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php
Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / exceptions / crypto / class_EncryptInvalidLengthException.php
index d70b5e779c7724dcc86b23b56992f68344496961..477418402bc56bf6578982f888b98b7991cc97a4 100644 (file)
@@ -29,7 +29,7 @@ class EncryptInvalidLengthException extends FrameworkException {
         * @param       $code           Error code
         * @return      void
         */
-       public function __construct(Filterable $filterInstance, $code) {
+       public function __construct (Filterable $filterInstance, $code) {
                // Get length
                $length = $filterInstance->getConfigInstance()->getConfigEntry('captcha_string_length');