Completed
Push — master ( bdd247...b0c767 )
by Markus
03:19 queued 02:23
created
src/Component/TimezoneRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
     }
203 203
 
204 204
     /**
205
-     * @return mixed return string representation of start date or NULL if no date was given
205
+     * @return string|null return string representation of start date or NULL if no date was given
206 206
      */
207 207
     public function getDtStart()
208 208
     {
Please login to merge, or discard this patch.
src/Property/Event/Attendees.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     }
18 18
 
19 19
     /**
20
-     * @param       $value
20
+     * @param       string $value
21 21
      * @param array $params
22 22
      *
23 23
      * @return $this
Please login to merge, or discard this patch.
src/Component/Event.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -552,7 +552,7 @@
 block discarded – undo
552 552
     }
553 553
 
554 554
     /**
555
-     * @return bool
555
+     * @return string
556 556
      */
557 557
     public function getTimezoneString()
558 558
     {
Please login to merge, or discard this patch.
src/Component.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,6 @@
 block discarded – undo
73 73
      * Set all Components.
74 74
      *
75 75
      * @param Component[] $components The array of Component that will be set
76
-     * @param null        $key        The key of the Component
77 76
      */
78 77
     public function setComponents(array $components)
79 78
     {
Please login to merge, or discard this patch.