-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Code enhancement and cleanup #19830
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
Code enhancement and cleanup #19830
Conversation
@@ -113,6 +113,8 @@ public function testIteration() | |||
* | |||
* @param string $name | |||
* @param HelperSet $helperset allows a mock to verify a particular helperset set is being added to the Helper | |||
* | |||
* @return \PHPUnit_Framework_MockObject_MockObject |
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.
HelperInterface would be more useful
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.
We do not document tests, so the whole phpdoc might be removed.
987404b
to
49d8e9f
Compare
49d8e9f
to
428b4aa
Compare
👍 |
1 similar comment
👍 |
* {@inheritdoc} | ||
* Factory method for chainability. | ||
* | ||
* Example:. |
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.
extra dot here
428b4aa
to
118777a
Compare
Fixed @fabpot's comments 👍 |
Thank you @yceruto. |
This PR was squashed before being merged into the 2.7 branch (closes #19830). Discussion ---------- Code enhancement and cleanup | 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 | - Commits ------- 325da3c Code enhancement and cleanup
Uh oh!
There was an error while loading. Please reload this page.