]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/helper/captcha/web/class_GraphicalCodeCaptcha.php
Some cleanups, more usage of ObjectFactory:
[core.git] / inc / classes / main / helper / captcha / web / class_GraphicalCodeCaptcha.php
index aa676768aec5481e4967e12eb48a79210917ee81..6583e392549ae9bb25be37b29fc7f331f69c497a 100644 (file)
@@ -49,7 +49,7 @@ class GraphicalCodeCaptcha extends BaseCaptcha implements SolveableCaptcha {
         * @param       $extraInstance          An extra instance, just for better hash data
         * @return      $captchaInstance        An instance of this captcha class
         */
-       public static final function createGraphicalCodeCaptcha (HelpableTemplate $helperInstance, FrameworkInterface $extraInstance = null) {
+       public static final function createGraphicalCodeCaptcha (HelpableTemplate $helperInstance, FrameworkInterface $extraInstance = NULL) {
                // Get a new instance
                $captchaInstance = new GraphicalCodeCaptcha();