@@ -138,6 +138,9 @@ discard block |
||
138 | 138 | return($out); |
139 | 139 | } |
140 | 140 | |
141 | + /** |
|
142 | + * @param integer $maxSize |
|
143 | + */ |
|
141 | 144 | private function scaleLogo($imagePath, $maxSize) { |
142 | 145 | $imageObject = new \Imagick($imagePath); |
143 | 146 | $imageSize = $imageObject->getImageGeometry(); |
@@ -226,6 +229,9 @@ discard block |
||
226 | 229 | $this->loggerInstance->debug(4, "compileNSIS:$command\n"); |
227 | 230 | } |
228 | 231 | |
232 | + /** |
|
233 | + * @param string $type |
|
234 | + */ |
|
229 | 235 | private function getSupport($attr, $type) { |
230 | 236 | $supportString = [ |
231 | 237 | 'email' => 'SUPPORT', |