Test Failed
Push — master ( a0e7d0...b649da )
by Dan
03:02
created
src/SixtyNine/Cloud/Usher/Usher.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -74,6 +74,12 @@
 block discarded – undo
74 74
         return false;
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $word
79
+     * @param string $font
80
+     * @param integer $size
81
+     * @param integer $angle
82
+     */
77 83
     public function addWordToMask($word, Box $place, $font, $size, $angle)
78 84
     {
79 85
         $base = $this->metrics->calculateSize($word, $font, $size, $angle);
Please login to merge, or discard this patch.