Passed
Push — master ( 81b80f...db2b61 )
by Dan
04:29
created
src/SixtyNine/Cloud/Usher/Usher.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,6 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * @param string $word
60 60
      * @param string $font
61
-     * @param int $size
62 61
      * @param int $angle
63 62
      * @return bool|Box
64 63
      */
@@ -95,6 +94,11 @@  discard block
 block discarded – undo
95 94
         return false;
96 95
     }
97 96
 
97
+    /**
98
+     * @param string $word
99
+     * @param string $font
100
+     * @param integer $angle
101
+     */
98 102
     public function addWordToMask($word, Box $place, $font, $size, $angle)
99 103
     {
100 104
         $base = $this->metrics->calculateSize($word, $font, $size, $angle);
Please login to merge, or discard this patch.