]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 20:30:46 +0000 (21:30 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 20:30:46 +0000 (21:30 +0100)
- ops, needs to be static

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/stacker/file/class_BaseFileStack.php

index c11f58af047ee550f2e517e2f867de6a7093f842..30f20f9c93fcc9c39e8564bfc6844155d979e65c 100644 (file)
@@ -53,7 +53,7 @@ abstract class BaseFileStack extends BaseStacker implements StackableFile {
        /**
         * Minimum block length
         */
-       private $minimumBlockLength = 0;
+       private static $minimumBlockLength = 0;
 
        /**
         * Protected constructor