Completed
Push — developer ( d751a3...e1a3df )
by Błażej
164:44 queued 111:37
created
libraries/SabreDAV/CalDAV/CalendarQueryValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * component we're checking should be specified, not the component to check
52 52
      * itself.
53 53
      *
54
-     * @param VObject\Component $parent
54
+     * @param VObject\Component\VCalendar $parent
55 55
      * @param array $filters
56 56
      * @return bool
57 57
      */
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/Schedule/Plugin.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * Returns a list of features for the DAV: HTTP header.
71 71
      *
72
-     * @return array
72
+     * @return string[]
73 73
      */
74 74
     public function getFeatures() {
75 75
 
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
      *
161 161
      * @param RequestInterface $request
162 162
      * @param ResponseInterface $response
163
-     * @return bool
163
+     * @return null|false
164 164
      */
165 165
     public function httpPost(RequestInterface $request, ResponseInterface $response) {
166 166
 
@@ -364,7 +364,7 @@  discard block
 block discarded – undo
364 364
     /**
365 365
      * This method is responsible for delivering the ITip message.
366 366
      *
367
-     * @param ITip\Message $itipMessage
367
+     * @param ITip\Message $iTipMessage
368 368
      * @return void
369 369
      */
370 370
     public function deliver(ITip\Message $iTipMessage) {
@@ -717,7 +717,7 @@  discard block
 block discarded – undo
717 717
      * returning it's result.
718 718
      *
719 719
      * @param IOutbox $outbox
720
-     * @param VObject\Component $vObject
720
+     * @param VObject\Document $vObject
721 721
      * @param RequestInterface $request
722 722
      * @param ResponseInterface $response
723 723
      * @return string
Please login to merge, or discard this patch.
libraries/SabreDAV/VObject/Parser/XML.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     /**
148 148
      * Parse a xCard component.
149 149
      *
150
-     * @param Component $parentComponent
150
+     * @param VCard $parentComponent
151 151
      *
152 152
      * @return void
153 153
      */
Please login to merge, or discard this patch.