remove internal by tw2066 · Pull Request #7514 · hyperf/hyperf

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tw2066

Copy link

Contributor

@tw2066 tw2066 commented

Aug 28, 2025

移除internal
ContainerInterface get和has是公开方法

namespace Psr\Container;

interface ContainerInterface
{

    public function get(string $id);

    public function has(string $id): bool;
}

@limingxinleo limingxinleo merged commit 1321897 into hyperf:master

Aug 29, 2025

71 checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@huangdijia huangdijia huangdijia approved these changes

@limingxinleo limingxinleo limingxinleo approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@tw2066 @huangdijia @limingxinleo