Passed
Push — master ( 7cf688...09b08b )
by Tomasz
04:22
created
devices/ms/WindowsCommon.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -138,6 +138,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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',
Please login to merge, or discard this patch.