From 38d4a1b737d665faf3016267d170c2a63458b098 Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Thu, 17 Sep 2020 02:40:08 +0000 Subject: [PATCH] Apply fixes from StyleCI --- library/PhpGedcom/Record/Indi.php | 1 - library/PhpGedcom/Record/ObjeRef/File.php | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) 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; - }