remove internal by tw2066 · Pull Request #7514 · hyperf/hyperf
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1.3k
Merged
limingxinleo merged 1 commit intohyperf:masterfrom
Aug 29, 2025Merged
remove internal#7514
limingxinleo merged 1 commit intohyperf:masterfrom
remove internal#7514
limingxinleo merged 1 commit intohyperf:masterfrom
Conversation
Copy link
Contributor
tw2066
commented
Aug 28, 2025
tw2066
commented
移除internal
ContainerInterface get和has是公开方法
namespace Psr\Container; interface ContainerInterface { public function get(string $id); public function has(string $id): bool; }
huangdijia approved these changes Aug 28, 2025
limingxinleo approved these changes Aug 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment