Code Inspection: 'get_class' can be replaced with '::class'
Reports the get_class
calls and suggests replacing them with ::class
when PHP Language level is set to 8.0 or later.
See Allow ::class on objects (php.net) for details.
Last modified: 08 December 2020