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] Make ClassStub handle missing classes or methods#19836

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:masterfromnicolas-grekas:dump-class+
Sep 6, 2016

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?master
Bug fix?yes (well, missing feat in previous PR)
Tests pass?yes
LicenseMIT

So that one can still add ellipses when dumping about non existing classes or methods.

$r =array(substr($callable,0,$i),substr($callable,2 +$i));
}else {
$r =new \ReflectionFunction($callable);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

wouldn't this be better as a switch?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Nope :)

@nicolas-grekasnicolas-grekas merged commit73b3cf7 intosymfony:masterSep 6, 2016
nicolas-grekas added a commit that referenced this pull requestSep 6, 2016
…ds (nicolas-grekas)This PR was merged into the 3.2-dev branch.Discussion----------[VarDumper] Make ClassStub handle missing classes or methods| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes (well, missing feat in previous PR)| Tests pass?   | yes| License       | MITSo that one can still add ellipses when dumping about non existing classes or methods.Commits-------73b3cf7 [VarDumper] Make ClassStub handle missing classes or methods
@nicolas-grekasnicolas-grekas deleted the dump-class+ branchSeptember 6, 2016 08:23
@fabpotfabpot mentioned this pull requestOct 27, 2016
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.

3 participants

@nicolas-grekas@jameshalsall@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp