@@ -109,7 +109,7 @@ |
||
109 | 109 | { |
110 | 110 | $scaleFactors = []; |
111 | 111 | $maxSize = max($this->image->width(), $this->image->height()); |
112 | - $total = (int) ceil($maxSize / $this->config['tile_width']); |
|
112 | + $total = (int)ceil($maxSize / $this->config['tile_width']); |
|
113 | 113 | $factor = 1; |
114 | 114 | while ($factor / 2 <= $total) { |
115 | 115 | $scaleFactors[] = $factor; |