scrutinizer-ci/scrutinizer

Similar return types not recognized as such

Opened this issue · 0 comments

I have a function with @return array|false|string, however, I'm getting issue:

Consider making the return type a bit more specific; maybe use false|string|array.

Which is not useful, since I already have exactly the same types as suggested, just in alphabetical order.