Skip to content

Commit

Permalink
Merge pull request #10923 from smaddock/add-mail-to-impure-function…
Browse files Browse the repository at this point in the history
…-list

Add `mail` to impure functions list
  • Loading branch information
orklah committed Apr 28, 2024
2 parents 7d6c88e + aa6a01a commit 2e84721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dictionaries/ImpureFunctionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,6 @@
'openssl_pkcs12_export_to_file' => true,
'openssl_pkey_export_to_file' => true,
'openssl_x509_export_to_file' => true,
// mail
'mail' => true,
];

0 comments on commit 2e84721

Please sign in to comment.