]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_IndexOutOfBoundsException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_IndexOutOfBoundsException.php
index 5e0fb53146c123462a3fdcb88264144f27ce6a8a..fc07070a5654c05ff89fe0794f734dc4dd9460d8 100644 (file)
@@ -31,7 +31,7 @@ class IndexOutOfBoundsException extends FrameworkException {
         */
        public function __construct ($message, $code) {
                // Add a message around the missing class
-               $message = sprintf("%s is out of bounds.",
+               $message = sprintf('%s is out of bounds.',
                        $message
                );