Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / state / class_InvalidStateInstanceException.php
index 664b98c9d45b26411f627fe10f27249e33012ec1..901109fb871e262e9fadfeac0baf2ea05aea6d7d 100644 (file)
@@ -31,7 +31,7 @@ class InvalidStateInstanceException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid state %s of type %s detected.",
+               $message = sprintf('[%s:%d] Invalid state %s of type %s detected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],