1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 10:04:07 +02:00

PHPStan: Fix level 3 errors

This commit is contained in:
Jakub Vrana
2025-03-26 16:57:58 +01:00
parent 7e5757f8b4
commit 309fdb0d86
11 changed files with 48 additions and 43 deletions

View File

@@ -15,7 +15,7 @@ function email_header($header) {
* @param string
* @param string
* @param string
* @param array{error?:list<int>, type?:list<string>, name?:list<string>}
* @param array{error?:list<int>, type?:list<string>, name?:list<string>, tmp_name?:list<string>}
* @return bool
*/
function send_mail($email, $subject, $message, $from = "", $files = array()) {