RFC: Allow ::class on objects

Project Governance
Author
Target
8.0
The Foo\Bar::class syntax has been introduced in PHP 5.5 to allow fetching a class name as a string, in a way that respects context-dependent name resolution ru...