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 PHP namespace imports #8

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

bwaidelich
Copy link
Contributor

Adds a missing use statement for the RetryThreshold annotation in ClassAnalyzerBench and removes an unused use statement from `AttributeParser

Adds a missing `use` statement for the `RetryThreshold` annotation in `ClassAnalyzerBench` and removes an unused
`use` statement from `AttributeParser
@@ -25,6 +25,7 @@
use PhpBench\Benchmark\Metadata\Annotations\BeforeMethods;
use PhpBench\Benchmark\Metadata\Annotations\Iterations;
use PhpBench\Benchmark\Metadata\Annotations\OutputTimeUnit;
use PhpBench\Benchmark\Metadata\Annotations\RetryThreshold;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the important(er) one, obviously

@Crell
Copy link
Owner

Crell commented Mar 22, 2024

Indeed it is. Thanks!

@Crell Crell merged commit b4aee6d into Crell:master Mar 22, 2024
6 checks passed
@bwaidelich bwaidelich deleted the bugfix/fix-missing-namespace-import branch March 22, 2024 13:45
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.

None yet

2 participants