Skip to content

Commit f62333f

Browse files
Merge pull request #37 from familytree365/analysis-M1EL1M
Apply fixes from StyleCI
2 parents 2a43365 + b4dcf82 commit f62333f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/Record/Fam/Even.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function addNote($note = [])
6767
{
6868
$this->_note[] = $note;
6969
}
70-
70+
7171
/**
7272
* @return string
7373
*/

src/Record/Plac/Map.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function setLati($lati = '')
4141
return $this;
4242
}
4343

44-
/**
44+
/**
4545
* @param string $long
4646
*
4747
* @return Map
@@ -52,5 +52,4 @@ public function setLong($long = '')
5252

5353
return $this;
5454
}
55-
5655
}

src/Writer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Writer
3131
protected $_output;
3232

3333
/**
34-
* @param $gedcom The GEDCOM object
34+
* @param $gedcom The GEDCOM object
3535
* @param string $format The format to convert the GEDCOM object to
3636
*
3737
* @return string The contents of the document in the converted format

0 commit comments

Comments
 (0)