1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 22:56:46 +02:00

PHPStan: Use @return void

PHPStan then warns abouts using the return value
This commit is contained in:
Jakub Vrana
2025-03-26 13:09:49 +01:00
parent 63c258a7f9
commit 3de9b23156
6 changed files with 47 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ $drivers = array();
/** Add a driver
* @param string
* @param string
* @return null
* @return void
*/
function add_driver($id, $name) {
global $drivers;