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

[VarDumper] Add dd function, dump and die#19096

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

Closed
Mrkisha wants to merge6 commits intomasterfrom2.7
Closed

[VarDumper] Add dd function, dump and die#19096

Mrkisha wants to merge6 commits intomasterfrom2.7

Conversation

@Mrkisha
Copy link

QA
Branch?master
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets~
LicenseMIT
Doc PR~

Laravel already has this functionality on top ofVarDumper. Why not just make it available out of the box?

This is my first everPR, any guidance and patient is appreciated.

ThomasLandauerand others added5 commitsJune 16, 2016 20:42
This PR was merged into the 2.7 branch.Discussion----------Fixed typo in PHPDoc| Q             | A| ------------- | ---| Branch?       | 2.7| Bug fix?      | yes/no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes/no| Fixed tickets | comma-separated list of tickets fixed by the PR, if any| License       | MIT| Doc PR        | reference to the documentation PR, if anyCommits-------9e7b347 Fixed typo in PHPDoc
FormBuilderInterface->getForm() should depend on abstractions andnot implementations as a return type.
…orAggregate::getIterator PhpStorm support (Haehnchen)This PR was merged into the 2.7 branch.Discussion----------add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support| Q             | A| ------------- | ---| Branch       | 2.7| Bug fix      | no| New feature  | no| BC breaks    | no| Deprecations | no| Tests pass   | yes| License       | MITIn additional to#16965 PhpStorm supports `IteratorAggregate::getIterator` now. seehttps://blog.jetbrains.com/phpstorm/2016/06/phpstorm-2016-2-eap-162-844/example```$collection  = new \Symfony\Component\Routing\RouteCollection();foreach ($collection as $route) {    $route->getHost();}```Commits-------ede3556 add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support
@wouterj
Copy link
Member

wouterj commentedJun 18, 2016
edited
Loading

Welcome@Mrkisha! :)

Unfortunately, this feature was requested before (#13657) and rejected, because the core team doesn't see any benefit in these type of shortcuts.

As this is your first contribution, let me give you some tips to make your next contributions even more awesome:

  • Before creating a patch, first use the search functionality on the issue tracker and PR list to see if the feature is requested before. You can also first create an issue to get the opinion, which saves you the time of implementing a rejected feature.
  • New features are always created on master, not on 2.7. It seems like you edited the 2.7 branch directly. Please refer to theSubmitting a Patch guide for more information and a step-by-step guide into contribution. (for instance, it's common to create a new branch per PR, so you can submit multiple PRs at the same time)
chalasr reacted with thumbs up emoji

@Mrkisha
Copy link
Author

Thank you. I appreciate.

Mrkisha reacted with thumbs up emoji

This PR was merged into the 2.7 branch.Discussion----------FormBuilderInterface: fix getForm() return type.| Q             | A| ------------- | ---| Branch?       | 2.7| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -FormBuilderInterface->getForm() should depend on abstractions andnot implementations as a return type.Commits-------3fa081c FormBuilderInterface: fix getForm() return type.
@nicolas-grekas
Copy link
Member

For reference, this is being reconsidered in#26970.

fabpot added a commit that referenced this pull requestApr 19, 2018
…s-grekas)This PR was merged into the 4.1-dev branch.Discussion----------[VarDumper] Add dd() helper == dump() + exit()| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -By popular demand, I feel like we should reconsider our refusal for a `dd()` global helper.For past references, see#26965,#26906,#13657,#17267,#19096.Commits-------a55916a [VarDumper] Add dd() helper == dump() + die()
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

9 participants

@Mrkisha@wouterj@nicolas-grekas@fabpot@carsonbot@ThomasLandauer@Haehnchen@Tobion

[8]ページ先頭

©2009-2025 Movatter.jp