Completed
Push — master ( 759bb9...a57611 )
by Dan
05:46 queued 02:35
created
src/SixtyNine/Cloud/Factory/Logger.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
         return $this;
59 59
     }
60 60
 
61
+    /**
62
+     * @param string $message
63
+     */
61 64
     public function log($message, $level = MonologLogger::INFO, array $context = array())
62 65
     {
63 66
         if (!$this->outputChosen) {
Please login to merge, or discard this patch.
src/SixtyNine/Cloud/Usher/Usher.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -95,6 +95,12 @@
 block discarded – undo
95 95
         return false;
96 96
     }
97 97
 
98
+    /**
99
+     * @param string $word
100
+     * @param string $font
101
+     * @param Box $size
102
+     * @param integer $angle
103
+     */
98 104
     public function addWordToMask($word, Box $place, $font, $size, $angle)
99 105
     {
100 106
         $base = $this->metrics->calculateSize($word, $font, $size, $angle);
Please login to merge, or discard this patch.