Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
manually patch PHP-Doc of VObject Splitter
Signed-off-by: Georg Ehrke <[email protected]>
  • Loading branch information
georgehrke committed Nov 7, 2018
commit fcea682c3292bd786625794ca9f64708c94c4ac4
2 changes: 1 addition & 1 deletion sabre/vobject/lib/Splitter/ICalendar.php
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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