Completed
Push — master ( 355507...eab337 )
by Tim
12s
created
Classes/Service/FocusCropService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -246,10 +246,10 @@
 block discarded – undo
246 246
     }
247 247
 
248 248
     /**
249
-     * @param $absoluteImageName
250
-     * @param $ratio
251
-     * @param $focusPointX
252
-     * @param $focusPointY
249
+     * @param string $absoluteImageName
250
+     * @param string $ratio
251
+     * @param integer $focusPointX
252
+     * @param integer $focusPointY
253 253
      *
254 254
      * @return array
255 255
      */
Please login to merge, or discard this patch.
Classes/Service/WizardHandler/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Return the current point.
43 43
      *
44
-     * @return int[]
44
+     * @return integer[]
45 45
      */
46 46
     public function getCurrentPoint()
47 47
     {
Please login to merge, or discard this patch.
Classes/Service/WizardHandler/FileReference.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Return the current point.
43 43
      *
44
-     * @return int[]
44
+     * @return integer[]
45 45
      */
46 46
     public function getCurrentPoint()
47 47
     {
Please login to merge, or discard this patch.
Classes/Service/WizardHandler/Group.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Return the current point.
43 43
      *
44
-     * @return int[]
44
+     * @return integer[]
45 45
      */
46 46
     public function getCurrentPoint()
47 47
     {
Please login to merge, or discard this patch.
Classes/Service/WizardHandler/AbstractWizardHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      *
80 80
      * @param array $position
81 81
      *
82
-     * @return int[]
82
+     * @return integer[]
83 83
      */
84 84
     protected function cleanupPosition($position)
85 85
     {
Please login to merge, or discard this patch.