1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

makesbindtextdomain impure

This commit is contained in:
orklah 2021-07-18 14:24:43 +02:00
parent 601c8cac5b
commit f1269d2425

View File

@ -493,6 +493,9 @@ class Functions
// opcache
'opcache_compile_file', 'opcache_get_configuration', 'opcache_get_status',
'opcache_invalidate', 'opcache_is_script_cached', 'opcache_reset',
//gettext
'bindtextdomain',
];
if (\in_array(strtolower($function_id), $impure_functions, true)) {