]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/stacker/class_BaseStacker.php
Continued:
[core.git] / framework / main / classes / stacker / class_BaseStacker.php
index 70c6a229bf7c51c512138a6e9d9d89ce87db4ef6..9d857e75934f9322f4422bd82e4cc83be0f68aab 100644 (file)
@@ -228,7 +228,7 @@ abstract class BaseStacker extends BaseFrameworkSystem {
                        throw new BadMethodCallException(sprintf('stackerName=%s not yet initialized but method called.', $stackerName), self::EXCEPTION_NO_STACKER_FOUND);
                } elseif ($this->isStackFull($stackerName)) {
                        // Stacker is full
-                       throw new FullStackerException(array($this, $stackerName, $value), self::EXCEPTION_STACKER_IS_FULL);
+                       throw new FullStackerException([$this, $stackerName, $value], self::EXCEPTION_STACKER_IS_FULL);
                }
 
                // Now add the value to the stack