X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fexceptions%2Fuser%2Fclass_UsernameMissingException.php;h=154e19ea723d8a9ab083eae4eca6fd8d37010dc3;hb=18326a804304728be346a6898b6d489d0359b647;hp=42c5f33c6a741bef73aed5feed73468f4e42b292;hpb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;p=core.git diff --git a/inc/classes/exceptions/user/class_UsernameMissingException.php b/inc/classes/exceptions/user/class_UsernameMissingException.php index 42c5f33c..154e19ea 100644 --- a/inc/classes/exceptions/user/class_UsernameMissingException.php +++ b/inc/classes/exceptions/user/class_UsernameMissingException.php @@ -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]