]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/compressor/class_MismatchingCompressorsException.php
Continued:
[core.git] / framework / main / exceptions / compressor / class_MismatchingCompressorsException.php
index 45ce14f43abd66135fae0dfc1fd7818b6b423329..64686444bd1d387bf4893538624717942ce4a705 100644 (file)
@@ -36,7 +36,7 @@ class MismatchingCompressorsException extends FrameworkException {
         * @param       $code   Code number for the exception
         * @return      void
         */
-       public function __construct (array $array, $code) {
+       public function __construct (array $array, int $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!',
                        $array[0]->__toString(),