Test Failed
Push — master ( 1c755b...e1e902 )
by Tomasz
03:13
created
devices/ms/WindowsCommon.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -138,6 +138,9 @@
 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();
Please login to merge, or discard this patch.