summaryrefslogtreecommitdiff
path: root/app/Fact.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-09-29 23:07:33 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-09-29 23:36:07 +0100
commit3976b4703df669696105ed6b024b96d433c8fbdb (patch)
tree77d0e9f73345461991530623e82bfe12900644a3 /app/Fact.php
parent57ab22314b2599feb432b1a1ed71643cfc2f0452 (diff)
downloadwebtrees-3976b4703df669696105ed6b024b96d433c8fbdb.tar.gz
webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.tar.bz2
webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.zip
PSR12
Diffstat (limited to 'app/Fact.php')
-rw-r--r--app/Fact.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Fact.php b/app/Fact.php
index 294708b516..25174bc9ec 100644
--- a/app/Fact.php
+++ b/app/Fact.php
@@ -1,4 +1,5 @@
<?php
+
/**
* webtrees: online genealogy
* Copyright (C) 2019 webtrees development team
@@ -22,6 +23,7 @@ use Fisharebest\Webtrees\Functions\FunctionsPrint;
use Fisharebest\Webtrees\Services\GedcomService;
use Illuminate\Support\Collection;
use InvalidArgumentException;
+
use function strpos;
/**