- Issue created by @pradeepjha
- 🇮🇳India zartab farooquee
You should replace all instances of get_class() without arguments with static::class. This solution is compatible with PHP 7.3 and PHP 8.3.
class ExampleClass {
public function someMethod() {
$className = static::class;}
} - heddn Nicaragua
We'll need an MR here to make sure we run tests. And re-categorizing as a task.
- 🇷🇴Romania amateescu
I've made this change in 🐛 Fix HEAD failures Active to fix D11 testing.