Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-16 06:02:54 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-16 10:36:04 +0300
commitaf148ad92bba790ae9180f2b730d89a06c986c8d (patch)
treeac8cff53d3f949c12fcac7c0af4264d9726c3a91 /js
parentd243f7ccd67241b2008364a9d2756a7e7335adcf (diff)
Enable strict mode in PHP files
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'js')
-rw-r--r--js/messages.php1
-rw-r--r--js/whitelist.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index 5c1df8df2f..bc7d17e4d2 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -5,6 +5,7 @@
*
* @package PhpMyAdmin
*/
+declare(strict_types=1);
if (!defined('TESTSUITE')) {
chdir('..');
diff --git a/js/whitelist.php b/js/whitelist.php
index 366a948477..3f6ff055f5 100644
--- a/js/whitelist.php
+++ b/js/whitelist.php
@@ -5,6 +5,7 @@
*
* @package PhpMyAdmin
*/
+declare(strict_types=1);
if (!defined('TESTSUITE')) {
chdir('..');