Completed
Pull Request — master (#473)
by
unknown
02:11
created
src/BookingInfo.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -38,6 +38,13 @@
 block discarded – undo
38 38
      */
39 39
     protected $availabilityEnds;
40 40
 
41
+    /**
42
+     * @param MultilingualString $urlLabel
43
+     * @param string $phone
44
+     * @param string $email
45
+     * @param DateTimeImmutable $availabilityStarts
46
+     * @param DateTimeImmutable $availabilityEnds
47
+     */
41 48
     public function __construct(
42 49
         ?string $url = null,
43 50
         ?MultilingualString $urlLabel = null,
Please login to merge, or discard this patch.