Skip to content

Commit

Permalink
Merge pull request #185 from nextcloud/patch/vobject-splitter-doc
Browse files Browse the repository at this point in the history
manually patch PHP-Doc of VObject Splitter
  • Loading branch information
MorrisJobke committed Nov 7, 2018
2 parents 214c415 + fcea682 commit 2146ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sabre/vobject/lib/Splitter/ICalendar.php
Expand Up @@ -84,7 +84,7 @@ function __construct($input, $options = 0) {
*
* When the end is reached, null will be returned.
*
* @return Sabre\VObject\Component|null
* @return \Sabre\VObject\Component|null
*/
function getNext() {

Expand Down
2 changes: 1 addition & 1 deletion sabre/vobject/lib/Splitter/VCard.php
Expand Up @@ -56,7 +56,7 @@ function __construct($input, $options = 0) {
*
* When the end is reached, null will be returned.
*
* @return Sabre\VObject\Component|null
* @return \Sabre\VObject\Component|null
*/
function getNext() {

Expand Down

0 comments on commit 2146ef4

Please sign in to comment.