From e7f56f2af615447ab1a7646851f88b465ace9e04 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 5 Oct 2018 09:55:49 +0100 Subject: Add declare(strict_types=1) to all PHP scripts --- tests/app/FamilyTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/app/FamilyTest.php') diff --git a/tests/app/FamilyTest.php b/tests/app/FamilyTest.php index 3c5cd78ddf..dd6f20c79f 100644 --- a/tests/app/FamilyTest.php +++ b/tests/app/FamilyTest.php @@ -13,6 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +declare(strict_types=1); + namespace Fisharebest\Webtrees; /** -- cgit v1.3