mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
stub get_defined_constants with parameter
This commit is contained in:
parent
601c8cac5b
commit
38767166cf
@ -1257,3 +1257,8 @@ function get_headers(string $url, int $format = 0, $context = null) : array {}
|
||||
* @psalm-taint-sink ssrf $filename
|
||||
*/
|
||||
function get_meta_tags(string $filename, bool $use_include_path = false) : array {}
|
||||
|
||||
/**
|
||||
* @return ($categorize is false : array<string,int|string|float|bool|null|array|resource> : array<string, array<string,int|string|float|bool|null|array|resource>>)
|
||||
*/
|
||||
function get_defined_constants(bool $categorize = false): array {}
|
Loading…
x
Reference in New Issue
Block a user