diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-10-17 15:39:41 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-10-17 15:39:41 +0100 |
| commit | fcfa147e10aaa6c7ff580c29bd6e5b88666befc1 (patch) | |
| tree | e685b4ce8626018601fc338bcc4f9ba246b63a29 /tests/app/GedcomRecordTest.php | |
| parent | d81bcb4b0872041a6d333f48fcb8521a0bb0cde6 (diff) | |
| download | webtrees-fcfa147e10aaa6c7ff580c29bd6e5b88666befc1.tar.gz webtrees-fcfa147e10aaa6c7ff580c29bd6e5b88666befc1.tar.bz2 webtrees-fcfa147e10aaa6c7ff580c29bd6e5b88666befc1.zip | |
PSR12
Diffstat (limited to 'tests/app/GedcomRecordTest.php')
| -rw-r--r-- | tests/app/GedcomRecordTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/app/GedcomRecordTest.php b/tests/app/GedcomRecordTest.php index 0c8d6aac10..4dfa39327e 100644 --- a/tests/app/GedcomRecordTest.php +++ b/tests/app/GedcomRecordTest.php @@ -14,6 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + declare(strict_types=1); namespace Fisharebest\Webtrees; |
