Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored and StyleCIBot committed Oct 26, 2021
1 parent 2a43365 commit b4dcf82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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

0 comments on commit b4dcf82

Please sign in to comment.