Support for MongoWriteBatch class and exceptions?
Hey -
I found a class stub at for the MongoWriteBatch class - it's a good start but is still lacking coverage for the protocol and write-concern exceptions. An issue (WI-27151) has already been opened.
Any estimate as to when PhpStorm will natively provide coverage for this class and the exceptions? (Currently on 8.0.3 release.)
Thanks!
--mike
Please sign in to leave a comment.
Hi there,
You can place missing classes stubs in spearate file anywhere in the project (will be used by IDE only) -- this should be enough for IDE to recognize them.
P.S.
https://github.com/JetBrains/phpstorm-stubs -- you can speed up by submitting PR with fixes.