mirror of
https://github.com/vrana/adminer.git
synced 2025-08-23 06:32:55 +02:00
PHPStan: Fix level 2 errors
This commit is contained in:
@@ -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>}
|
||||
* @return bool
|
||||
*/
|
||||
function send_mail($email, $subject, $message, $from = "", $files = array()) {
|
||||
|
Reference in New Issue
Block a user