]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/compressor/class_MismatchingCompressorsException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / compressor / class_MismatchingCompressorsException.php
index 65a8f35a910051a135ad9c2ccc3a4a08806f66d7..c0462484f74cbe7b99a7cb7be6cf18ffa1385665 100644 (file)
@@ -31,11 +31,11 @@ class MismatchingCompressorsException extends FrameworkException {
         */
        public function __construct (array $array, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Kompressor %s zu den geladenen Daten aus %s und der aktuell verwendete Kompressor %s stimmen nicht überein!",
+               $message = sprintf('[%s:%d] Der Kompressor %s zu den geladenen Daten aus %s und der aktuell verwendete Kompressor %s stimmen nicht überein!',
                        $array[0]->__toString(),
                        $this->getLine(),
                        strtoupper($array[1]),
-                       sprintf("%s:%s",
+                       sprintf('%s:%s',
                                basename(dirname($array[2])),
                                basename($array[2])
                        ),