Tim Lytle

Results 4 issues of Tim Lytle

_Sorry if this has been asked / answered, I did look through the issues and though some seem related they're not exactly our use case._ On our team each dev...

awaiting response

Allows halidate to be run as a docker container: > docker build . -t halidate > http example.com/hal | docker run -i halidate

When a prophecy is used in the same method, the plugin seems to help PhpStorm understand that the return types of the mocked object are actually returning method prophecies, as...

PhpStorm complains about the type being wrong for methods with typed arguments because the annotated return value of `reveal()` is `object` and (I _think_) this plugin adds `ProphecySubjectInterface`. If `mixed`...