QuackatronHQ / Gigarepo

Unsafe usage of new static() PHP-W1014
Bug risk
Critical
1 occurrence in this check
Unsafe usage of new static()
11
12    public function getController(): self
13    {
14        return new static('Base'); //15    }
16}