Closed fabpot closed 1 month ago
Do you plan (or would like) to replace the few remaining get_class($foo) with $foo::class ?
get_class($foo)
$foo::class
Not in 3.x as this was done in 4.x already. See #4380 as we had a few remaining calls.
Do you plan (or would like) to replace the few remaining
get_class($foo)
with$foo::class
?