Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/complying with the psr-4 standard #7

Merged
merged 1 commit into from
Oct 13, 2023
Merged

fix/complying with the psr-4 standard #7

merged 1 commit into from
Oct 13, 2023

Conversation

vs0uz4
Copy link

@vs0uz4 vs0uz4 commented Oct 13, 2023

complying with the psr-4 standard (UriTest)
Before

/**
 * This file is part of Hyperf + OpenCodeCo
 *
 * @link     https://opencodeco.dev
 * @document https://hyperf.wiki
 * @contact  leo@opencodeco.dev
 * @license  https://github.com/opencodeco/hyperf-metric/blob/main/LICENSE
 */
namespace HyperfTest\Metric\Support;

After

/**
 * This file is part of Hyperf + OpenCodeCo
 *
 * @link     https://opencodeco.dev
 * @document https://hyperf.wiki
 * @contact  leo@opencodeco.dev
 * @license  https://github.com/opencodeco/hyperf-metric/blob/main/LICENSE
 */
namespace HyperfTest\Metric\Cases;
image

@vs0uz4 vs0uz4 added the wontfix This will not be worked on label Oct 13, 2023
@vs0uz4 vs0uz4 self-assigned this Oct 13, 2023
@vs0uz4 vs0uz4 merged commit 6804d04 into main Oct 13, 2023
@vs0uz4 vs0uz4 deleted the fix/complying_psr4 branch October 13, 2023 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant