From 07a716723f30182d2f77c49426cc08327e5e9df1 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Mon, 2 Sep 2024 17:25:11 +0000 Subject: [PATCH] Update stubs --- Php8StubsMap.php | 2 ++ stubs/ext/openssl/openssl_password_hash.php | 7 +++++++ stubs/ext/openssl/openssl_password_verify.php | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 stubs/ext/openssl/openssl_password_hash.php create mode 100644 stubs/ext/openssl/openssl_password_verify.php diff --git a/Php8StubsMap.php b/Php8StubsMap.php index 7113223..730595c 100644 --- a/Php8StubsMap.php +++ b/Php8StubsMap.php @@ -2816,6 +2816,8 @@ public function __construct(int $phpVersionId) 'mb_rtrim' => 'stubs/ext/mbstring/mb_rtrim.php', 'mb_trim' => 'stubs/ext/mbstring/mb_trim.php', 'mb_ucfirst' => 'stubs/ext/mbstring/mb_ucfirst.php', + 'openssl_password_hash' => 'stubs/ext/openssl/openssl_password_hash.php', + 'openssl_password_verify' => 'stubs/ext/openssl/openssl_password_verify.php', 'pcntl\\qosclass' => 'stubs/ext/pcntl/Pcntl/QosClass.php', 'pcntl_getcpu' => 'stubs/ext/pcntl/pcntl_getcpu.php', 'pcntl_getcpuaffinity' => 'stubs/ext/pcntl/pcntl_getcpuaffinity.php', diff --git a/stubs/ext/openssl/openssl_password_hash.php b/stubs/ext/openssl/openssl_password_hash.php new file mode 100644 index 0000000..23addcf --- /dev/null +++ b/stubs/ext/openssl/openssl_password_hash.php @@ -0,0 +1,7 @@ +