Skip to content

Commit

Permalink
Merge pull request #37 from familytree365/analysis-M1EL1M
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
curtisdelicata authored Oct 26, 2021
2 parents 2a43365 + b4dcf82 commit f62333f
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 f62333f

Please sign in to comment.