X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidInterfaceException.php;fp=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidInterfaceException.php;h=3ac08c4203520a226ea62fb56bbbda68beb65c5e;hp=c2a63282b57155d4794db44c0bf8c810d5a30fe7;hb=18326a804304728be346a6898b6d489d0359b647;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58 diff --git a/inc/classes/exceptions/main/class_InvalidInterfaceException.php b/inc/classes/exceptions/main/class_InvalidInterfaceException.php index c2a63282..3ac08c42 100644 --- a/inc/classes/exceptions/main/class_InvalidInterfaceException.php +++ b/inc/classes/exceptions/main/class_InvalidInterfaceException.php @@ -31,7 +31,7 @@ class InvalidInterfaceException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Object does not implement expected interface %s.", + $message = sprintf('[%s:%d] Object does not implement expected interface %s.', $classArray[0]->__toString(), $this->getLine(), $classArray[1]