-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DI] minor docblock fixes #24663
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
[DI] minor docblock fixes #24663
Conversation
@@ -37,7 +37,7 @@ public function __construct(ServiceReferenceGraphNode $sourceNode, ServiceRefere | |||
} | |||
|
|||
/** | |||
* Returns the value of the edge. | |||
* Returns the mixed of the edge. |
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.
to revert?
64d5609
to
b4917aa
Compare
* @param string $reference | ||
*/ | ||
public function connect($sourceId, $sourceValue, $destId, $destValue = null, $reference = null) | ||
{ | ||
if (null === $sourceId || null === $destId) { |
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.
Why this change? Just as a safe guard?
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.
found while adding type hints on master
9835d8a
to
186e620
Compare
now with more useless docblocks removed |
protected $result; | ||
protected $messages = array(); |
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.
remove from constructor?
ca73949
to
a27c47b
Compare
Now with even more docblocks removed |
a27c47b
to
0c9edaf
Compare
(failure unrelated) |
This PR was merged into the 2.7 branch. Discussion ---------- [DI] minor docblock fixes | 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 | - As found in #24611 Commits ------- 0c9edaf [DI] minor docblock fixes
As found in #24611