Psalm
Get started
Documentation
Plugins
Articles
GitHub
<?php /** * @param array<int|string, mixed> $row = $this->getFieldArray()[0] + $this->getHeaderFieldArray() * * @return array<int|string, mixed> * * @psalm-mutation-free */ function formatRow(array $row): array { $row[0] = mt_rand(1, 99); return $row; }
Snippet created on February 4 2020 at 22:42 UTC
Settings
Get link