]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/stacker/fifo/class_FiFoStacker.php
Continued:
[core.git] / framework / main / classes / stacker / fifo / class_FiFoStacker.php
index c19b614a43b5a22a5101d2d8907d885c3b465129..2ab3ec5f632c3f9b0f2784cc27a87cf713be5962 100644 (file)
@@ -13,7 +13,7 @@ use \InvalidArgumentException;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2022 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -64,7 +64,7 @@ class FiFoStacker extends BaseStacker implements Stackable {
         * @param       $value                  Value to push on it
         * @return      void
         * @throws      InvalidArgumentException        If a parameter is invalid
-        * @throws      StackerFullException    If the stack is full
+        * @throws      BadMethodCallException  If the stack is full
         */
        public function pushNamed (string $stackerName, $value) {
                // Validate parameter