]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/io/class_PathIsEmptyException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / io / class_PathIsEmptyException.php
index 8c54a6b949b7d3dda35f8f8b4d5526ca94b499c3..32162415d44254ef01f89eaf92c6084267db99e8 100644 (file)
@@ -31,7 +31,7 @@ class PathIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Directory path is empty.",
+               $message = sprintf('[%s:%d] Directory path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );