Skip to content

[JMS] Add RemoveJmsInjectParamsAnnotationRector and RemoveJmsServiceAnnotationRector#2914

Merged
TomasVotruba merged 1 commit intomasterfrom
fix-remove-di
Feb 23, 2020
Merged

[JMS] Add RemoveJmsInjectParamsAnnotationRector and RemoveJmsServiceAnnotationRector#2914
TomasVotruba merged 1 commit intomasterfrom
fix-remove-di

Conversation

@TomasVotruba
Copy link
Copy Markdown
Member

Closes #2864

@TomasVotruba TomasVotruba merged commit 0105bd0 into master Feb 23, 2020
@TomasVotruba TomasVotruba deleted the fix-remove-di branch February 23, 2020 17:51
* "ipService" = @DI\Inject("app.util.service.ip")
* })
*/
public function __construct() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be (maybe not before, but after for sure if you use i.e. Symfony):

public function __construct($subscribeService, $ipService)
{
}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It's only about doc blocks. The code is minimal possible, see the original issue

TomasVotruba added a commit that referenced this pull request Sep 6, 2022
rectorphp/rector-src@e5d9275 [Doctrine] Handle Partial removal annotation has annotation below on RemoveRedundantDefaultPropertyAnnotationValuesRector (#2914)
TomasVotruba added a commit that referenced this pull request Sep 6, 2022
rectorphp/rector-src@e5d9275 [Doctrine] Handle Partial removal annotation has annotation below on RemoveRedundantDefaultPropertyAnnotationValuesRector (#2914)
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.

How to remove multiline comment?

2 participants