From af148ad92bba790ae9180f2b730d89a06c986c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 16 May 2018 00:02:54 -0300 Subject: Enable strict mode in PHP files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- tbl_chart.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tbl_chart.php') diff --git a/tbl_chart.php b/tbl_chart.php index 59ff97977f..252aa583fb 100644 --- a/tbl_chart.php +++ b/tbl_chart.php @@ -5,6 +5,7 @@ * * @package PhpMyAdmin */ +declare(strict_types=1); use PhpMyAdmin\Controllers\Table\TableChartController; use PhpMyAdmin\Di\Container; -- cgit v1.2.3