X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fresult%2Fclass_InvalidDatabaseResultException.php;h=7695a8c3da58854d36bea30b2dab70e488372096;hb=c2a0bbcf575b0ff3417604647ad8db97521bc278;hp=d532ca13fe5c527ba0518487e83dae5cc347b4d4;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php b/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php index d532ca13..7695a8c3 100644 --- a/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php +++ b/inc/classes/exceptions/result/class_InvalidDatabaseResultException.php @@ -2,11 +2,11 @@ /** * An exception thrown if a database result does not contain expected entries * - * @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 InvalidDatabaseResultException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct(array $msgArray, $code) { + public function __construct (array $msgArray, $code) { // Construct the message - $message = sprintf("[%s:%d] Database instance %s contains invalid entries.", + $message = sprintf('[%s:%d] Database instance %s contains invalid entries.', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]->__toString()