if you check for for: ` if (null !== $filter = $this->getFilterFormName()) ` then declaration / type hinting should be: ` protected function getFilterFormName(): ?string` Problem solved.
if you check for for:
if (null !== $filter = $this->getFilterFormName())then declaration / type hinting should be:
protected function getFilterFormName(): ?stringProblem solved.