X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fstacker%2Fclass_EmptyStackerException.php;h=7c0cd8f2722d3fc9c7f5141a9a1a050d7aa55a4c;hp=19f94239f123ef87c15b91c0ada310b76d935d87;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a diff --git a/inc/classes/exceptions/stacker/class_EmptyStackerException.php b/inc/classes/exceptions/stacker/class_EmptyStackerException.php index 19f94239..7c0cd8f2 100644 --- a/inc/classes/exceptions/stacker/class_EmptyStackerException.php +++ b/inc/classes/exceptions/stacker/class_EmptyStackerException.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, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 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 @@ -29,9 +29,9 @@ class EmptyStackerException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct(array $messageArray, $code) { + public function __construct (array $messageArray, $code) { // Construct message - $message = sprintf("[%s:%d] Stacker %s is empty.", + $message = sprintf('[%s:%d] Stacker %s is empty.', $messageArray[0]->__toString(), $this->getLine(), $messageArray[1]