]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_MissingMethodException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_MissingMethodException.php
index 82646c33fca98374a7c16a9b4cd7830de3dc7b85..1c59be5a61492077ee4f8ee6cde51bbb10837c48 100644 (file)
@@ -36,7 +36,7 @@ class MissingMethodException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] This class has no method <u>%s()</u>!",
+               $message = sprintf('[%s:%d] This class has no method <u>%s()</u>.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]