]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/crypto/class_CryptoHelper.php
'public static final' is correct
[core.git] / inc / classes / main / crypto / class_CryptoHelper.php
index 95e31175644c74af361b2a9461969e4868160d0e..770224cb0f903e827458eb76faca5e1f2c19a0d3 100644 (file)
@@ -61,7 +61,7 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable {
         *
         * @return      $cryptoInstance         An instance of this crypto helper class
         */
-       public final static function createCryptoHelper () {
+       public static final function createCryptoHelper () {
                // Get a new instance
                $cryptoInstance = new CryptoHelper();
 
@@ -80,7 +80,7 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable {
         *
         * @return      $selfInstance   An instance of this crypto helper class
         */
-       public final static function getInstance () {
+       public static final function getInstance () {
                // Is no instance there?
                if (is_null(self::$selfInstance)) {
                        // Then get a new one