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.