Run Rector on your code to see what it can do for you:
<?php interface SomeSearch
return $this->findOneMatching(['id' => $id]); } + /** + * @param array<string, string> $criteria + */ #[\Override] public function findOneMatching(array $criteria): ?\stdClass {
Applied Rules:
Not a change you expect?
rector.php