1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 01:09:38 +01:00

Remove temporary testing ugly code

This commit is contained in:
Guillaume Messier 2021-09-22 15:20:19 +00:00
parent 97a3f54164
commit ab7fc8a9e5

View File

@ -398,7 +398,7 @@ class FileFilter
$config['referencedVariable'][]['name'] = strtolower((string)$referenced_variable['name']);
}
}
var_dump($config);
return static::loadFromArray($config, $base_dir, $inclusive);
}