Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / template / class_InvalidBasePathStringException.php
index 383e67a586c819641b8b3d196921748c3ed73530..9556d29134a8a767e2f0f821cfe90b2dc2342d59 100644 (file)
@@ -31,7 +31,7 @@ class InvalidBasePathStringException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] %s is not a string with a base path!",
+               $message = sprintf('[%s:%d] %s is not a string with a base path.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]