orklah

Results 221 comments of orklah

This doesn't seem related to this issue or even this repo. Please post a new issue in vimeo/psalm. If you can manage to reproduce on a small repo it would...

It shouldn't be an issue, if you run composer to install psalm, you should be able to use it as usual through `vendor/bin/psalm` EDIT: sorry, didn't look at the repo...

I think you should already be able to use `non-empty-countable` or the inverted `!non-empty-countable` as an assertion to reconcile a non empty array or an empty array (but technically, `empty`...

What I said above is partially true. I just learned that internal assertions are not available automatically to docblock assertions. Given the changes to be made, it's only a small...

https://github.com/vimeo/psalm/blob/11e60fa261c682627e6b85300dd6f424b87520b1/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallAnalyzer.php#L926 This is the method that handles `assert` calls in the code. You could use some variation of this in a plugin hooked to assertArrayHasKey and assertCount to have the...

> I understand nothing to this code I'm not sure it's even required that you do. I think you could just add this function somewhere in this plugin and call...

Hey! Possibly me, but I have no idea why the conflict was declared and what are the consequences of changing that

Hey @griffinashe! Matt no longer works on Psalm. I could try to answer your questions though I'm not exactly sure to understand all the ins and out of what is...

I'm not very used to have oral discussion in English. Could that be an email or a chat?

I'm really not an expert on this but I'll merge a PR if someone is up to do it :)