Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_InvalidInterfaceException.php
index c2a63282b57155d4794db44c0bf8c810d5a30fe7..3ac08c4203520a226ea62fb56bbbda68beb65c5e 100644 (file)
@@ -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]