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 --- app/Census/CensusOfEngland1861.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Census/CensusOfEngland1861.php') diff --git a/app/Census/CensusOfEngland1861.php b/app/Census/CensusOfEngland1861.php index 8c9942695c..6510778cf8 100644 --- a/app/Census/CensusOfEngland1861.php +++ b/app/Census/CensusOfEngland1861.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); namespace Fisharebest\Webtrees\Census; -- cgit v1.3