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
2 changes: 1 addition & 1 deletion src/Record/Fam/Even.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function addNote($note = [])
{
$this->_note[] = $note;
}

/**
* @return string
*/
Expand Down
3 changes: 1 addition & 2 deletions src/Record/Plac/Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function setLati($lati = '')
return $this;
}

/**
/**
* @param string $long
*
* @return Map
Expand All @@ -52,5 +52,4 @@ public function setLong($long = '')

return $this;
}

}
2 changes: 1 addition & 1 deletion src/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Writer
protected $_output;

/**
* @param $gedcom The GEDCOM object
* @param $gedcom The GEDCOM object
* @param string $format The format to convert the GEDCOM object to
*
* @return string The contents of the document in the converted format
Expand Down