X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fstacker%2Fclass_NoStackerException.php;h=9cb101e09ae7f9ee5d1bfa7f6d67579a38e35aad;hb=1ee35e6d96c456b8e3499bd683f1647aa28bd501;hp=6661b14f54a204410fd2a0e72a0e89854f52c382;hpb=4b88c118b615335d06bd74e444173d21aef4406c;p=core.git diff --git a/inc/classes/exceptions/stacker/class_NoStackerException.php b/inc/classes/exceptions/stacker/class_NoStackerException.php index 6661b14f..9cb101e0 100644 --- a/inc/classes/exceptions/stacker/class_NoStackerException.php +++ b/inc/classes/exceptions/stacker/class_NoStackerException.php @@ -2,11 +2,11 @@ /** * Thrown if a stacker is empty * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ class NoStackerException extends FrameworkException { */ public function __construct (array $messageArray, $code) { // Construct message - $message = sprintf("[%s:%d] Stacker %s is not initialized.", + $message = sprintf('[%s:%d] Stacker %s is not initialized.', $messageArray[0]->__toString(), $this->getLine(), $messageArray[1]