Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[DI] Fix support for immutable setters in CallTrait#34923

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

Merged
nicolas-grekas merged 1 commit intosymfony:4.3fromLctrs:immutable_in_call_trait
Dec 11, 2019
Merged

[DI] Fix support for immutable setters in CallTrait#34923

nicolas-grekas merged 1 commit intosymfony:4.3fromLctrs:immutable_in_call_trait
Dec 11, 2019

Conversation

Lctrs
Copy link
Contributor

QA
Branch?master
Bug fix?no
New feature?yes
Deprecations?no
Tickets
LicenseMIT
Doc PRN/A

Copy link
Member

@nicolas-grekasnicolas-grekas left a comment

Choose a reason for hiding this comment

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

For 4.4 as a bug fix to me.

@Lctrs
Copy link
ContributorAuthor

Not in4.3 ? This param has been introduced on this branch.

@nicolas-grekasnicolas-grekas modified the milestones:4.4,4.3Dec 10, 2019
@nicolas-grekas
Copy link
Member

4.3 then, you're right!

@LctrsLctrs changed the base branch frommaster to4.3December 10, 2019 23:46
@LctrsLctrs closed thisDec 10, 2019
@LctrsLctrs reopened thisDec 10, 2019
@Lctrs
Copy link
ContributorAuthor

@nicolas-grekas Done !

*
* @return $this
*
* @throws InvalidArgumentException on empty $method param
*/
final public function call($method, array $arguments = [])
final public function call($method, array $arguments = []/*, bool $returnsClone = false*/)

Choose a reason for hiding this comment

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

No need for the compat layer: the method is final, wecan add the argument.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Done.

@nicolas-grekasnicolas-grekas changed the title[DI] Add support for immutable setters in CallTrait[DI] Fix support for immutable setters in CallTraitDec 11, 2019
@nicolas-grekas
Copy link
Member

Thank you@Lctrs.

nicolas-grekas added a commit that referenced this pull requestDec 11, 2019
This PR was merged into the 4.3 branch.Discussion----------[DI] Fix support for immutable setters in CallTrait| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| Deprecations? | no| Tickets       || License       | MIT| Doc PR        | N/ACommits-------90ace51 [DI] Add support for immutable setters in CallTrait
@nicolas-grekasnicolas-grekas merged commit90ace51 intosymfony:4.3Dec 11, 2019
@LctrsLctrs deleted the immutable_in_call_trait branchDecember 11, 2019 12:27
This was referencedDec 19, 2019
@fabpotfabpot mentioned this pull requestJan 21, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
4.3
Development

Successfully merging this pull request may close these issues.

3 participants
@Lctrs@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp