federator/phan-stubs.php
2025-07-11 20:56:23 +02:00

10 lines
No EOL
165 B
PHP

<?php
if (!function_exists('getallheaders')) {
/**
* @return array<string, string>
*/
function getallheaders(): array {
return [];
}
}