Run Rector on your code to see what it can do for you:
<?php namespace ReproC;
return $this->sink([[["d" => 1]]]); // same, nested one level deeper } + /** + * @param array<mixed[], mixed> $data + */ protected function sink(array $data) { return $data; } }
Applied Rules:
Not a change you expect?
rector.php