Completed
Push — master ( 76a568...502745 )
by Tim
35:07 queued 20:50
created
Classes/Service/FocusCropService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -244,10 +244,10 @@
 block discarded – undo
244 244
 
245 245
     /**
246 246
      *
247
-     * @param $absoluteImageName
248
-     * @param $ratio
249
-     * @param $focusPointX
250
-     * @param $focusPointY
247
+     * @param string $absoluteImageName
248
+     * @param string $ratio
249
+     * @param integer $focusPointX
250
+     * @param integer $focusPointY
251 251
      * @return array
252 252
      */
253 253
     protected function generateTempImageName($absoluteImageName, $ratio, $focusPointX, $focusPointY)
Please login to merge, or discard this patch.