Completed
Pull Request — master (#27)
by Giovanni
02:50
created
src/Link.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
     protected $address;
37 37
 
38 38
 
39
+    /**
40
+     * @param string $title
41
+     */
39 42
     public function __construct($title, DateTime $from, DateTime $to, $allDay = false)
40 43
     {
41 44
         $this->title = $title;
Please login to merge, or discard this patch.