-
Notifications
You must be signed in to change notification settings - Fork 545
Add @param-out support
#1804
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
Add @param-out support
#1804
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7fc2ac8
implement `@param-out` phpdoc-tag
staabm c156020
implement out-type on ParameterReflectionWithPhpDocs
staabm 10f25d0
wire Function/MethodReflection parameterOutType
staabm 4f31c53
Delete test.php
staabm 570c1ef
fix variadic param-out
staabm bb81174
separated test-cases, more wiring
clxmstaab cc6cff4
don report unused template when used in param-out
clxmstaab cd05178
fix validation of generic template
clxmstaab 1070171
added psalm stubs and tests
clxmstaab 9364f90
implement ParametersAcceptorWithPhpDocs in NativeFunctionReflectionPr...
clxmstaab 75700b7
test overriding php-src class/method
staabm 77fc29b
adjust LegacyNodeScopeResolverTest test expectations
staabm 4e4df1a
more precise parse_str param-out
staabm 0e7176d
define similar_text() param-out
staabm c6ee285
added exec() param-out
staabm 827fcdf
added system() param-out
staabm 9bb6c70
added passthru() param-out
staabm c717ff6
de-duplicate stubs
staabm 683ff3f
fix legacy tests
staabm 35e3325
simplify
staabm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
de-duplicate stubs
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.