X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fuser%2Fclass_UsernameMissingException.php;h=2ea69048668560d0cf541d0b76a44753f2816324;hp=46a9b87328783356fc7757bc04eb2153f7dca728;hb=cbd2f71aee1c3daca3d11acc346c79757852316f;hpb=6536a4dda3b96201f7f5551dc5d42559cf8b453d diff --git a/inc/classes/exceptions/user/class_UsernameMissingException.php b/inc/classes/exceptions/user/class_UsernameMissingException.php index 46a9b873..2ea69048 100644 --- a/inc/classes/exceptions/user/class_UsernameMissingException.php +++ b/inc/classes/exceptions/user/class_UsernameMissingException.php @@ -1,12 +1,12 @@ + * @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 @@ -31,7 +31,7 @@ class UsernameMissingException extends FrameworkException { */ public function __construct (array $msgArray, $code = 0) { // Create the message - $message = sprintf("[%s:%d] Username %s was not found.", + $message = sprintf('[%s:%d] Username %s was not found.', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]