Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
removed useless PHPDoc#24342
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
removed useless PHPDoc#24342
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedSep 27, 2017
there are a lot more, shall I remove them, too? https://github.com/symfony/symfony/search?o=asc&q=%2A+Constructor.&s=indexed&type=&utf8=%E2%9C%93 |
lyrixx commentedSep 27, 2017
Yes please |
ogizanagi commentedSep 27, 2017
It should start by targeting the lowest maintained branch (i.e 2.7), not 3.3. :) |
OskarStark commentedSep 27, 2017
can you do this or shall I switch the branch? |
Simperfit commentedSep 27, 2017
You should do it since it will lead to a rebase |
OskarStark commentedSep 28, 2017
OskarStark commentedSep 28, 2017
done@ogizanagi |
ogizanagi commentedSep 28, 2017
@OskarStark: There are still some tests failing. |
OskarStark commentedSep 28, 2017
fabbot is failing, but not related to this PR |
nicolas-grekas commentedSep 28, 2017
can you still fix fabbot failure please? |
OskarStark commentedSep 28, 2017
done@nicolas-grekas 👍 |
OskarStark commentedSep 28, 2017
Hmm, I don't know why they are failing... 😢 |
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
travis error is a false positive
OskarStark commentedSep 28, 2017
good to know, thank you@nicolas-grekas |
This PR was squashed before being merged into the 2.7 branch (closes#24342).Discussion----------removed useless PHPDoc| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | no| New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files -->| BC breaks? | no| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR | n/aCommits-------5ee9043 removed useless PHPDoc
This PR was merged into the 3.4 branch.Discussion----------[DI] remove inheritdoc from dumped container| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | no| New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files -->| BC breaks? | no| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |The inheritdoc without adding text is pointless on it's own as any decent IDE will show that those methods are overwriting the base method. This removes it from the dumped container to remove memory and generation time. This goes in the same direction as#23673,#18048 and#24342It does not affect phpdocs of the compiled container that might actually be useful (factory methods of services explaining if the service is private, shared etc.).Commits-------d779845 [DI] remove inheritdoc from dumped container
This PR was squashed before being merged into the 2.7 branch (closessymfony#24342).Discussion----------removed useless PHPDoc| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | no| New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files -->| BC breaks? | no| Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR | n/aCommits-------5ee9043 removed useless PHPDoc
Uh oh!
There was an error while loading.Please reload this page.