X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_NoGroupOpenedException.php;fp=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_NoGroupOpenedException.php;h=919bb9e5c7cc8a6c34a0f9385b1140c77c30ebe8;hb=18326a804304728be346a6898b6d489d0359b647;hp=64618f9762d04c5e64f49e3e23770af54c91a38c;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58;p=core.git diff --git a/inc/classes/exceptions/helper/class_NoGroupOpenedException.php b/inc/classes/exceptions/helper/class_NoGroupOpenedException.php index 64618f97..919bb9e5 100644 --- a/inc/classes/exceptions/helper/class_NoGroupOpenedException.php +++ b/inc/classes/exceptions/helper/class_NoGroupOpenedException.php @@ -31,7 +31,7 @@ class NoGroupOpenedException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Group not opened before. Raw text follows: %s", + $message = sprintf('[%s:%d] Group not opened before. Raw text follows: %s', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]