Skip to content

Commit 2e84721

Browse files
authored
Merge pull request #10923 from smaddock/add-mail-to-impure-function-list
Add `mail` to impure functions list
2 parents 7d6c88e + aa6a01a commit 2e84721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dictionaries/ImpureFunctionsList.php

+2
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,6 @@
254254
'openssl_pkcs12_export_to_file' => true,
255255
'openssl_pkey_export_to_file' => true,
256256
'openssl_x509_export_to_file' => true,
257+
// mail
258+
'mail' => true,
257259
];

0 commit comments

Comments
 (0)