Skip to content

[PropertyInfo] Add ConstructorExtractor documentation #18161

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
Apr 6, 2023

Conversation

alexandre-daubois
Copy link
Member

Fixes #14128

use App\Domain\Foo;

$constructorExtractor = new ConstructorExtractor();
$constructorExtractor->getTypes(Foo::class, 'bar');
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we showcase the result?

Copy link
Member Author

Choose a reason for hiding this comment

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

I updated and fixed the PR 👍

@OskarStark
Copy link
Contributor

Thank you @alexandre-daubois.

@OskarStark OskarStark merged commit 06d576b into symfony:5.4 Apr 6, 2023
OskarStark added a commit that referenced this pull request Apr 6, 2023
…for 6.2 (with CPP) (alexandre-daubois)

This PR was merged into the 6.2 branch.

Discussion
----------

[PropertyInfo] Add `ConstructorExtractor` documentation for 6.2 (with CPP)

Follow-up of #18161

Commits
-------

5bc0bec [PropertyInfo] Add `ConstructorExtractor` documentation for 6.2 (with CPP)
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.

3 participants