mirror of
https://github.com/vrana/adminer.git
synced 2025-08-05 14:17:26 +02:00
PHPStan: Fix level 5 errors
This commit is contained in:
@@ -219,7 +219,7 @@ function minify_js($file) {
|
||||
return lzw_compress($file);
|
||||
}
|
||||
|
||||
function compile_file($match, $callback) { // $callback only to match signature
|
||||
function compile_file($match, $callback = '') { // $callback only to match signature
|
||||
global $project;
|
||||
$file = "";
|
||||
list(, $filenames, $callback) = $match;
|
||||
|
Reference in New Issue
Block a user