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:
@@ -6,7 +6,7 @@ $drivers = array();
|
||||
/** Add a driver
|
||||
* @param string
|
||||
* @param string
|
||||
* @return null
|
||||
* @return void
|
||||
*/
|
||||
function add_driver($id, $name) {
|
||||
global $drivers;
|
||||
|
Reference in New Issue
Block a user