scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

Similar return types not recognized as such #388

Open nazar-pc opened 8 years ago

nazar-pc commented 8 years ago

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.