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

Doc-comments: Use special PHPStan types

This commit is contained in:
Jakub Vrana
2025-03-25 15:14:19 +01:00
parent 01e2fe4234
commit db0e44221b
3 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ function unset_permanent() {
/** Render an error message and a login form
* @param string plain text
* @return null exits
* @return never
*/
function auth_error($error) {
global $adminer, $has_token;