Hi there 👋
My name is John Blackbourn. I'm one of the core committers to the WordPress open source project and I maintain several popular plugins and tools for WordPress developers, including:
My name is John Blackbourn. I'm one of the core committers to the WordPress open source project and I maintain several popular plugins and tools for WordPress developers, including:
get_object_taxonomies()
get_object_taxonomies() function returns:
array<string,WP_Taxonomy> when $output is 'objects'
array<int,string> otherwise
Bug report
When attempting to access a property on a variable of type object, PHPStan correctly reports access to an undefined property. However it…