diff options
Diffstat (limited to 'app/GedcomTag.php')
| -rw-r--r-- | app/GedcomTag.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/GedcomTag.php b/app/GedcomTag.php index 369ae87926..ec12e135a2 100644 --- a/app/GedcomTag.php +++ b/app/GedcomTag.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,11 +13,12 @@ namespace Fisharebest\Webtrees; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees; use Rhumsaa\Uuid\Uuid; /** - * Class GedcomTag - Static GEDCOM data for Tags + * Static GEDCOM data for tags */ class GedcomTag { /** @var string[] All tags that webtrees knows how to translate - including special/internal tags */ |
