From b6e1a5c91a0999a13eda4207fc23ff495637d697 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 6 Feb 2021 17:19:07 +0300 Subject: fix several warnings reported by phpstan --- install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/index.php b/install/index.php index 0859fc4d7..9c696b21d 100644 --- a/install/index.php +++ b/install/index.php @@ -81,7 +81,7 @@ } - function sanity_check($db_type) { + function installer_sanity_check($db_type) { $errors = array(); if (version_compare(PHP_VERSION, '7.0.0', '<')) { @@ -278,7 +278,7 @@

Checking configuration

0) { print "

Some configuration tests failed. Please correct them before continuing.

"; -- cgit v1.2.3-54-g00ecf