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:
parent
5dadb0267c
commit
2d91b90690
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user