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

Merge pull request #6721 from orklah/ftp_pasv

ftp_pasv is impure
This commit is contained in:
orklah 2021-10-23 15:23:37 +02:00 committed by GitHub
commit 307635fca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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