From 794ccf704ec158890612d993ba27803f3a78244a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 2 Apr 2024 16:31:14 +0100 Subject: [PATCH] Update stubs map --- PhpStormStubsMap.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PhpStormStubsMap.php b/PhpStormStubsMap.php index 19ae1c3f3..07842a5e2 100644 --- a/PhpStormStubsMap.php +++ b/PhpStormStubsMap.php @@ -1339,6 +1339,7 @@ final class PhpStormStubsMap 'parallel\\Sync\\Error' => 'parallel/parallel/Sync/Error.php', 'parallel\\Sync\\Error\\IllegalValue' => 'parallel/parallel/Sync/Error/IllegalValue.php', 'php_user_filter' => 'standard/standard_0.php', + 'pmmp\\encoding\\BaseByteBuffer' => 'encoding/encoding.php', 'pmmp\\encoding\\ByteBuffer' => 'encoding/encoding.php', 'pmmp\\encoding\\DataDecodeException' => 'encoding/encoding.php', 'pmmp\\thread\\ConnectionException' => 'pmmpthread/ConnectionException.stub.php', @@ -6272,7 +6273,12 @@ final class PhpStormStubsMap 'xmlwriter_write_pi' => 'xmlwriter/xmlwriter.php', 'xmlwriter_write_raw' => 'xmlwriter/xmlwriter.php', 'xxhash32' => 'xxhash/xxhash.php', + 'xxhash32_int' => 'xxhash/xxhash.php', + 'xxhash3_128bits' => 'xxhash/xxhash.php', + 'xxhash3_64bits' => 'xxhash/xxhash.php', + 'xxhash3_64bits_int' => 'xxhash/xxhash.php', 'xxhash64' => 'xxhash/xxhash.php', + 'xxhash64_int' => 'xxhash/xxhash.php', 'xxtea_decrypt' => 'xxtea/xxtea.php', 'xxtea_encrypt' => 'xxtea/xxtea.php', 'yaml_emit' => 'yaml/yaml.php',