Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Merged
merged 1 commit into from
Oct 24, 2017
Merged

Conversation

nicolas-grekas
Copy link
Member

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

@@ -37,7 +37,7 @@ public function __construct(ServiceReferenceGraphNode $sourceNode, ServiceRefere
}

/**
* Returns the value of the edge.
* Returns the mixed of the edge.
Copy link
Member

Choose a reason for hiding this comment

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

to revert?

* @param string $reference
*/
public function connect($sourceId, $sourceValue, $destId, $destValue = null, $reference = null)
{
if (null === $sourceId || null === $destId) {
Copy link
Member

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?

Copy link
Member Author

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

@nicolas-grekas nicolas-grekas force-pushed the docblocks27 branch 2 times, most recently from 9835d8a to 186e620 Compare October 23, 2017 13:32
@nicolas-grekas
Copy link
Member Author

now with more useless docblocks removed

protected $result;
protected $messages = array();
Copy link
Contributor

Choose a reason for hiding this comment

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

remove from constructor?

@nicolas-grekas nicolas-grekas force-pushed the docblocks27 branch 2 times, most recently from ca73949 to a27c47b Compare October 24, 2017 11:31
@nicolas-grekas
Copy link
Member Author

nicolas-grekas commented Oct 24, 2017

+41/−2,685

Now with even more docblocks removed

@nicolas-grekas
Copy link
Member Author

(failure unrelated)

@nicolas-grekas nicolas-grekas merged commit 0c9edaf into symfony:2.7 Oct 24, 2017
nicolas-grekas added a commit that referenced this pull request Oct 24, 2017
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
@nicolas-grekas nicolas-grekas deleted the docblocks27 branch October 24, 2017 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants