mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +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
|
||||
'libxml_use_internal_errors', 'curl_exec',
|
||||
'mt_srand', 'openssl_pkcs7_sign', 'preg_replace_callback',
|
||||
'mt_srand', 'openssl_pkcs7_sign',
|
||||
'mt_rand', 'rand',
|
||||
|
||||
// php environment
|
||||
|
Loading…
Reference in New Issue
Block a user