X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_FormGroupClosedException.php;fp=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_FormGroupClosedException.php;h=a8d5c5c457bd60fd971636c26ea4408412e028ee;hb=18326a804304728be346a6898b6d489d0359b647;hp=188f7d652dbd9f2e201eb32c55ebab7e70277b75;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58;p=core.git diff --git a/inc/classes/exceptions/helper/class_FormGroupClosedException.php b/inc/classes/exceptions/helper/class_FormGroupClosedException.php index 188f7d65..a8d5c5c4 100644 --- a/inc/classes/exceptions/helper/class_FormGroupClosedException.php +++ b/inc/classes/exceptions/helper/class_FormGroupClosedException.php @@ -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]