X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_FormGroupClosedException.php;h=61fa90cda6d5b0f68e20b9a0bf863f688eb9b4a2;hp=188f7d652dbd9f2e201eb32c55ebab7e70277b75;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hpb=7bbfd3560011182b088d41a0a5ac5f8fe441723e diff --git a/inc/classes/exceptions/helper/class_FormGroupClosedException.php b/inc/classes/exceptions/helper/class_FormGroupClosedException.php index 188f7d65..61fa90cd 100644 --- a/inc/classes/exceptions/helper/class_FormGroupClosedException.php +++ b/inc/classes/exceptions/helper/class_FormGroupClosedException.php @@ -2,11 +2,11 @@ /** * An exception thrown when a form group is still closed. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 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 @@ -31,7 +31,7 @@ class FormGroupClosedException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Could not add sub group %s because no form group has been opened before.", + $message = sprintf('[%s:%d] Could not add sub group %s because no form group has been opened before.', $classArray[0]->__toString(), $this->getLine(), $classArray[1]