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/CensusOfFrance1851.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Census/CensusOfFrance1851.php') diff --git a/app/Census/CensusOfFrance1851.php b/app/Census/CensusOfFrance1851.php index 056e4ed7e4..e80ade7c51 100644 --- a/app/Census/CensusOfFrance1851.php +++ b/app/Census/CensusOfFrance1851.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