-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[PropertyInfo] fix @var tag support for PhpStanExtractor
#62713
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
[PropertyInfo] fix @var tag support for PhpStanExtractor
#62713
Conversation
|
Isn't this issue exist in 6.4 as well? |
Found this issue #62712 after updating from 6.4 to 7.4 |
Probably because you enabled the |
yes. works fine with disabled constructor extractors as I mentioned here #62712 (comment) |
@var tag support for PhpStanExtractor
|
should I prepare a separate PR with a fix for 6.4? It looks like the fix for 6.4 will conflict with this one |
You can do that. We can then see if we can successfully resolve the conflicts when merging up (using this PR as a reference) or if we need to merge this PR then anyway). |
|
…tor` (qconer) This PR was merged into the 6.4 branch. Discussion ---------- [PropertyInfo] fix ``@var`` tag support for `PhpStanExtractor` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #62712 | License | MIT added fallback when no __construct PHPDocBlock exists duplicate for #62713 Commits ------- 4158e3b fix: fix property info var tag extractor
…tor` (qconer) This PR was merged into the 6.4 branch. Discussion ---------- [PropertyInfo] fix ``@var`` tag support for `PhpStanExtractor` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #62712 | License | MIT added fallback when no __construct PHPDocBlock exists duplicate for symfony/symfony#62713 Commits ------- 4158e3b37d1 fix: fix property info var tag extractor
3e0d822 to
1f1dc46
Compare
|
Thank you @qconer. |
added fallback when no
__constructPHPDocBlock exists