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 annotation on doctrine one #6582

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Fix annotation on doctrine one #6582

merged 1 commit into from
Dec 14, 2024

Conversation

TomasVotruba
Copy link
Member

No description provided.

@TomasVotruba TomasVotruba enabled auto-merge (squash) December 14, 2024 01:45
@TomasVotruba TomasVotruba merged commit 6192fe3 into main Dec 14, 2024
41 checks passed
@TomasVotruba TomasVotruba deleted the tv-attr-edge branch December 14, 2024 01:46
@@ -9,7 +9,7 @@ final class WithValueAsArgument
* @When
* @When "this value is within quotes"
* @When this value has a ' character
* @When(key="value") this annotation has parameters so won't use this option
Copy link
Member

Choose a reason for hiding this comment

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

I think the description should be kept as comment when exists, when there is description outside (), which currently cause diff:

-    #[\Behat\Step\When('(key="value")')]
+    #[\Behat\Step\When('(key="value")this annotation has parameters so won\'t use this option')]

which should be:

-    #[\Behat\Step\When('(key="value")')]
+    #[\Behat\Step\When('(key="value")')] // this annotation has parameters so won't use this option

I will look into it when possible.

Copy link
Member Author

Choose a reason for hiding this comment

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

I haven't seen this case in any codebase yet.

Copy link
Member

Choose a reason for hiding this comment

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

covered at #6589

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.

2 participants