1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Add pcntl_alarm to the list of impure functions

This commit is contained in:
Alexander Wühr 2021-11-03 10:15:45 +01:00
parent 5dadb0267c
commit 2d91b90690
No known key found for this signature in database
GPG Key ID: 0B7107C9393169F4

View File

@ -421,7 +421,7 @@ class Functions
'opcache_compile_file', 'clearstatcache',
// process-related
'pcntl_signal', 'posix_kill', 'cli_set_process_title', 'pcntl_async_signals', 'proc_close',
'pcntl_signal', 'pcntl_alarm', 'posix_kill', 'cli_set_process_title', 'pcntl_async_signals', 'proc_close',
'proc_nice', 'proc_open', 'proc_terminate',
// curl