Skip to content

remove internal#7514

Merged
limingxinleo merged 1 commit intohyperf:masterfrom
tw2066:internal
Aug 29, 2025
Merged

remove internal#7514
limingxinleo merged 1 commit intohyperf:masterfrom
tw2066:internal

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants