diff --git a/library/PhpGedcom/Record/Indi.php b/library/PhpGedcom/Record/Indi.php index 23d6e41b..220f4527 100644 --- a/library/PhpGedcom/Record/Indi.php +++ b/library/PhpGedcom/Record/Indi.php @@ -16,7 +16,6 @@ use PhpGedcom\Record; - /** * Class Indi. */ diff --git a/library/PhpGedcom/Record/ObjeRef/File.php b/library/PhpGedcom/Record/ObjeRef/File.php index bb8ea027..2db2e6d9 100644 --- a/library/PhpGedcom/Record/ObjeRef/File.php +++ b/library/PhpGedcom/Record/ObjeRef/File.php @@ -1,14 +1,14 @@ * @copyright Copyright (c) 2010-2013, Kristopher Wilson - * @package php-gedcom * @license MIT + * * @link http://github.com/mrkrstphr/php-gedcom */ @@ -17,8 +17,7 @@ use PhpGedcom\Record; /** - * Class Refn - * @package PhpGedcom\Record + * Class Refn. */ class File extends Record { @@ -33,5 +32,4 @@ class File extends Record protected $_form; protected $_titl; protected $_date; - }