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

ftp_pasv is impure

This commit is contained in:
orklah 2021-10-23 15:17:49 +02:00
parent 7bb37af1e5
commit fbd861c01e

View File

@ -482,7 +482,7 @@ class Functions
'ignore_user_abort',
// ftp
'ftp_close',
'ftp_close', 'ftp_pasv',
// bcmath
'bcscale',