Skip to content

Commit 1650bea

Browse files
kelunikisfedorov
authored andcommitted
Fix generated stubs
1 parent f0d0204 commit 1650bea

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

PhpStormStubsMap.php

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,30 @@ final class PhpStormStubsMap
10721072
'TypeError' => 'Core/Core_c.php',
10731073
'UConverter' => 'intl/intl.php',
10741074
'UV' => 'uv/UV.php',
1075+
'UVAddrinfo' => 'uv/UV.php',
1076+
'UVAsync' => 'uv/UV.php',
1077+
'UVCheck' => 'uv/UV.php',
1078+
'UVFs' => 'uv/UV.php',
1079+
'UVFsEvent' => 'uv/UV.php',
1080+
'UVFsPoll' => 'uv/UV.php',
1081+
'UVIdle' => 'uv/UV.php',
1082+
'UVLock' => 'uv/UV.php',
1083+
'UVLoop' => 'uv/UV.php',
1084+
'UVPipe' => 'uv/UV.php',
1085+
'UVPoll' => 'uv/UV.php',
1086+
'UVPrepare' => 'uv/UV.php',
1087+
'UVProcess' => 'uv/UV.php',
1088+
'UVSignal' => 'uv/UV.php',
1089+
'UVSockAddr' => 'uv/UV.php',
1090+
'UVSockAddrIPv4' => 'uv/UV.php',
1091+
'UVSockAddrIPv6' => 'uv/UV.php',
1092+
'UVStdio' => 'uv/UV.php',
1093+
'UVStream' => 'uv/UV.php',
1094+
'UVTcp' => 'uv/UV.php',
1095+
'UVTimer' => 'uv/UV.php',
1096+
'UVTty' => 'uv/UV.php',
1097+
'UVUdp' => 'uv/UV.php',
1098+
'UVWork' => 'uv/UV.php',
10751099
'UnderflowException' => 'SPL/SPL.php',
10761100
'UnexpectedValueException' => 'SPL/SPL.php',
10771101
'UnhandledMatchError' => 'Core/Core_c.php',
@@ -1677,7 +1701,6 @@ final class PhpStormStubsMap
16771701
'apcu_key_info' => 'apcu/apcu.php',
16781702
'apcu_sma_info' => 'apcu/apcu.php',
16791703
'apcu_store' => 'apcu/apcu.php',
1680-
'ares_gethostbyname' => 'uv/uv_functions.php',
16811704
'array_change_key_case' => 'standard/standard_9.php',
16821705
'array_chunk' => 'standard/standard_9.php',
16831706
'array_column' => 'standard/standard_9.php',
@@ -5765,7 +5788,6 @@ final class PhpStormStubsMap
57655788
'uuid_unparse' => 'uuid/uuid_c.php',
57665789
'uuid_variant' => 'uuid/uuid_c.php',
57675790
'uv_accept' => 'uv/uv_functions.php',
5768-
'uv_ares_init_options' => 'uv/uv_functions.php',
57695791
'uv_async_init' => 'uv/uv_functions.php',
57705792
'uv_async_send' => 'uv/uv_functions.php',
57715793
'uv_chdir' => 'uv/uv_functions.php',
@@ -5810,7 +5832,6 @@ final class PhpStormStubsMap
58105832
'uv_get_total_memory' => 'uv/uv_functions.php',
58115833
'uv_getaddrinfo' => 'uv/uv_functions.php',
58125834
'uv_guess_handle' => 'uv/uv_functions.php',
5813-
'uv_handle_type' => 'uv/uv_functions.php',
58145835
'uv_hrtime' => 'uv/uv_functions.php',
58155836
'uv_idle_init' => 'uv/uv_functions.php',
58165837
'uv_idle_start' => 'uv/uv_functions.php',
@@ -5821,6 +5842,7 @@ final class PhpStormStubsMap
58215842
'uv_ip6_addr' => 'uv/uv_functions.php',
58225843
'uv_ip6_name' => 'uv/uv_functions.php',
58235844
'uv_is_active' => 'uv/uv_functions.php',
5845+
'uv_is_closing' => 'uv/uv_functions.php',
58245846
'uv_is_readable' => 'uv/uv_functions.php',
58255847
'uv_is_writable' => 'uv/uv_functions.php',
58265848
'uv_kill' => 'uv/uv_functions.php',
@@ -5846,7 +5868,6 @@ final class PhpStormStubsMap
58465868
'uv_prepare_stop' => 'uv/uv_functions.php',
58475869
'uv_process_kill' => 'uv/uv_functions.php',
58485870
'uv_queue_work' => 'uv/uv_functions.php',
5849-
'uv_read2_start' => 'uv/uv_functions.php',
58505871
'uv_read_start' => 'uv/uv_functions.php',
58515872
'uv_read_stop' => 'uv/uv_functions.php',
58525873
'uv_ref' => 'uv/uv_functions.php',

0 commit comments

Comments
 (0)