Core developers: an annoying PHPStorm 2016.1 bug

Just a heads up, PHPStorm 2016.1 has a critical bug, where it doesn't understand return types of global functions called in a namespace (my simplest explanation here). 

For core, the big issue is that it doesn't recognize, in a namespace, that _elgg_services() returns the ServiceProvider, leaving the IDE completely unaware of a ton of core service method usage.

They've marked it critical and has 6 duplicates so I have to think it'll be resolved soon.