Completed
Push — master ( b22bd8...48645e )
by
unknown
07:05 queued 04:44
created
src/EventSourcing/DBAL/AggregateAwareDBALEventStore.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-     * @return mixed
156
+     * @return Table
157 157
      */
158 158
     public function configureTable()
159 159
     {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     }
182 182
 
183 183
     /**
184
-     * @return \Doctrine\DBAL\Driver\Statement|null
184
+     * @return \Doctrine\DBAL\Statement|null
185 185
      */
186 186
     private function prepareLoadStatement()
187 187
     {
Please login to merge, or discard this patch.
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.