1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

PHPStan: Fix level 0 errors

This commit is contained in:
Jakub Vrana
2025-03-26 12:41:52 +01:00
parent f75f0aacfe
commit 63c258a7f9
10 changed files with 36 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ class Adminer {
}
/** Get SSL connection options
* @return string[] or null
* @return ?string[]
*/
function connectSsl() {
}
@@ -289,7 +289,7 @@ class Adminer {
/** Get a link to use in select table
* @param string raw value of the field
* @param Field single field returned from fields()
* @return string or null to create the default link
* @return ?string null to create the default link
*/
function selectLink($val, $field) {
}