phockito icon indicating copy to clipboard operation
phockito copied to clipboard

Fix argOfTypeThat documentation example

Open rowanhill opened this issue 10 years ago • 0 comments

Another little mistake of mine, I think - the point of argOfTypeThat() is to satisfy type checking, but if you use when($stub)->Foo() then no type checking takes place (as noted in the docs already). I've updated the argOfTypeThat() example to use when($stub->Foo()) instead, which makes a bit more sense.

rowanhill avatar Apr 23 '14 21:04 rowanhill