We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature description or problem with existing feature intelphense doesn't recognise the type once mapped using valinor
Describe the solution you'd like
function hello(string $a): void { $blah = (new \CuyZ\Valinor\MapperBuilder()) ->allowSuperfluousKeys() ->allowPermissiveTypes() ->mapper() ->map('string', \CuyZ\Valinor\Mapper\Source\Source::json($a)); world($blah); } function world(string $b): void { }
Additional context Error shown :
The text was updated successfully, but these errors were encountered:
I was unable to repro in 1.13 . Is it still a problem?
Sorry, something went wrong.
yes it still occurs in 1.13.1
No branches or pull requests
Feature description or problem with existing feature
intelphense doesn't recognise the type once mapped using valinor
Describe the solution you'd like
Additional context
Error shown :
The text was updated successfully, but these errors were encountered: