From fbd861c01e82691b7d73215f6663bf7780088751 Mon Sep 17 00:00:00 2001 From: orklah Date: Sat, 23 Oct 2021 15:17:49 +0200 Subject: [PATCH] ftp_pasv is impure --- src/Psalm/Internal/Codebase/Functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/Internal/Codebase/Functions.php b/src/Psalm/Internal/Codebase/Functions.php index ceb74b0df6c..420a93af211 100644 --- a/src/Psalm/Internal/Codebase/Functions.php +++ b/src/Psalm/Internal/Codebase/Functions.php @@ -482,7 +482,7 @@ public function isCallMapFunctionPure( 'ignore_user_abort', // ftp - 'ftp_close', + 'ftp_close', 'ftp_pasv', // bcmath 'bcscale',