-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removed useless PHPDoc #24342
Conversation
OskarStark
commented
Sep 27, 2017
•
edited
Loading
edited
Q | A |
---|---|
Branch? | 2.7 |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR | n/a |
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 |
Yes please |
It should start by targeting the lowest maintained branch (i.e 2.7), not 3.3. :) |
can you do this or shall I switch the branch? |
You should do it since it will lead to a rebase |
done @ogizanagi |
@OskarStark: There are still some tests failing. |
fabbot is failing, but not related to this PR |
can you still fix fabbot failure please? |
done @nicolas-grekas 👍 |
Hmm, I don't know why they are failing... 😢 |
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
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/a Commits ------- 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 #24342 It 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 (closes symfony#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/a Commits ------- 5ee9043 removed useless PHPDoc