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 --- family.php | 1 + 1 file changed, 1 insertion(+) (limited to 'family.php') diff --git a/family.php b/family.php index 62c607100e..93a81a7b9a 100644 --- a/family.php +++ b/family.php @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +declare(strict_types=1); // Redirect legacy URLs to the new router. $_GET['xref'] = $_GET['famid'] ?? ''; -- cgit v1.3