Skip to content

Commit c6bc5aa

Browse files
Merge pull request #2 from modularsoftware/analysis-OMRb74
Apply fixes from StyleCI
2 parents 46bd58d + 38d4a1b commit c6bc5aa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

library/PhpGedcom/Record/Indi.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
use PhpGedcom\Record;
1818

19-
2019
/**
2120
* Class Indi.
2221
*/

library/PhpGedcom/Record/ObjeRef/File.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
/**
3-
* php-gedcom
3+
* php-gedcom.
44
*
55
* php-gedcom is a library for parsing, manipulating, importing and exporting
66
* GEDCOM 5.5 files in PHP 5.3+.
77
*
88
* @author Kristopher Wilson <[email protected]>
99
* @copyright Copyright (c) 2010-2013, Kristopher Wilson
10-
* @package php-gedcom
1110
* @license MIT
11+
*
1212
* @link http://github.com/mrkrstphr/php-gedcom
1313
*/
1414

@@ -17,8 +17,7 @@
1717
use PhpGedcom\Record;
1818

1919
/**
20-
* Class Refn
21-
* @package PhpGedcom\Record
20+
* Class Refn.
2221
*/
2322
class File extends Record
2423
{
@@ -33,5 +32,4 @@ class File extends Record
3332
protected $_form;
3433
protected $_titl;
3534
protected $_date;
36-
3735
}

0 commit comments

Comments
 (0)