]> _ Git - fluidbook_tools.git/commitdiff
wip #5991
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 13:36:44 +0000 (15:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 13:36:44 +0000 (15:36 +0200)
src/Jobs/ProcessFile.php

index aba662928ef07b8de3da4617554ec2101ccd312b..ae3d0a4826c2032da6d4123b3aa9f18c69bba8c2 100644 (file)
@@ -32,7 +32,7 @@ class ProcessFile {
      */
     protected $job;
 
-    public function __construct($format = 'jpg', $resolution = 150, $withGraphics = true, $withTexts = true, $version = 'html', $quality = 85) {
+    public function __construct($format = 'jpg', $resolution = 150, $quality = 85, $withGraphics = true, $withTexts = true, $version = 'html') {
         $this->format = $format;
         $this->resolution = $resolution;
         $this->withGraphics = $withGraphics;