'public static final' is correct
[core.git] / inc / classes / main / streams / crypto / class_McryptStream.php
index f547c040790d290955145736ea8d9bab8237c78d..bb85c21751acf675e528e1a33f4d19f5dbf72f1a 100644 (file)
@@ -43,7 +43,7 @@ class McryptStream extends BaseStream implements EncryptableStream {
         * @param       $rngInstance            An RNG instance
         * @return      $streamInstance         An instance of this node class
         */
-       public final static function createMcryptStream (RandomNumberGenerator $rngInstance) {
+       public static final function createMcryptStream (RandomNumberGenerator $rngInstance) {
                // Get a new instance
                $streamInstance = new McryptStream();