mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 03:53:59 +02:00
PHPStan: Fix level 1 errors
This commit is contained in:
@@ -19,6 +19,7 @@ foreach ($routine["fields"] as $i => $field) {
|
||||
if (!$error && $_POST) {
|
||||
$call = array();
|
||||
foreach ($routine["fields"] as $key => $field) {
|
||||
$val = "";
|
||||
if (in_array($key, $in)) {
|
||||
$val = process_input($field);
|
||||
if ($val === false) {
|
||||
|
Reference in New Issue
Block a user