]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/filter/crypto/class_CaptchaEncryptFilter.php
Continued:
[core.git] / framework / main / classes / filter / crypto / class_CaptchaEncryptFilter.php
index 4326a052b3211829d4be1baf3e36a790ba21cc17..377aab8e603a1b60365b6f9478a56481a1db8c1d 100644 (file)
@@ -76,7 +76,7 @@ class CaptchaEncryptFilter extends BaseFilter implements Filterable {
 
                        // Throw exception
                        throw new EncryptMissingException($this, CryptoHelper::EXCEPTION_ENCRYPT_MISSING);
-               } // END - if
+               }
 
                // Decode it fully
                $encryptDecoded = base64_decode(str_replace(' ', '+', urldecode($encryptRequest)));
@@ -91,7 +91,7 @@ class CaptchaEncryptFilter extends BaseFilter implements Filterable {
 
                        // Throw exception
                        throw new EncryptInvalidLengthException($this, CryptoHelper::EXCEPTION_ENCRYPT_INVALID);
-               } // END - if
+               }
 
                // Write it to the request
                $requestInstance->setRequestElement('decrypted', $decryptedString);