'public static final' is correct
[core.git] / inc / classes / main / mailer / debug / class_DebugMailer.php
index 4a6651c2fcda26b2703d6ab08c386f0d458e0493..8f38350c1fedc89bab11d21ed0a5f7da82294a63 100644 (file)
@@ -41,7 +41,7 @@ class DebugMailer extends BaseMailer implements DeliverableMail {
         * @param       $templateName           Name of email template to set
         * @return      $mailerInstance         An instance of this mailer class
         */
-       public final static function createDebugMailer (CompileableTemplate $templateInstance, ManageableApplication $appInstance, $templateName) {
+       public static final function createDebugMailer (CompileableTemplate $templateInstance, ManageableApplication $appInstance, $templateName) {
                // Get a new instance
                $mailerInstance = new DebugMailer();