Skip to content

Commit

Permalink
[phpstorm-stubs] Add Swoole\Coroutine functions and update stubs map
Browse files Browse the repository at this point in the history
Moved `go` and `run` functions to the `Swoole\Coroutine` namespace for better organization. Updated PhpStormStubsMap.php to reflect namespace changes. No functional changes were introduced.
  • Loading branch information
isfedorov committed Jan 4, 2025
1 parent dfcad45 commit 44ac6e5
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 410 deletions.
2 changes: 2 additions & 0 deletions PhpStormStubsMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,8 @@ final class PhpStormStubsMap
'Sodium\\randombytes_random16' => 'libsodium/libsodium.php',
'Sodium\\randombytes_uniform' => 'libsodium/libsodium.php',
'Sodium\\version_string' => 'libsodium/libsodium.php',
'Swoole\\Coroutine\\go' => 'swoole/functions.php',
'Swoole\\Coroutine\\run' => 'swoole/functions.php',
'Zstd\\compress' => 'zstd/zstd.php',
'Zstd\\compress_dict' => 'zstd/zstd.php',
'Zstd\\uncompress' => 'zstd/zstd.php',
Expand Down
Loading

0 comments on commit 44ac6e5

Please sign in to comment.