mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Mark preg_replace_callback as sometimes-pure
This commit is contained in:
parent
3f837a3493
commit
09cf864d9b
@ -325,7 +325,7 @@ class Functions
|
|||||||
|
|
||||||
// well-known functions
|
// well-known functions
|
||||||
'libxml_use_internal_errors', 'curl_exec',
|
'libxml_use_internal_errors', 'curl_exec',
|
||||||
'mt_srand', 'openssl_pkcs7_sign', 'preg_replace_callback',
|
'mt_srand', 'openssl_pkcs7_sign',
|
||||||
'mt_rand', 'rand',
|
'mt_rand', 'rand',
|
||||||
|
|
||||||
// php environment
|
// php environment
|
||||||
|
Loading…
Reference in New Issue
Block a user