Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php class MyClass { private string $mything = 'gaga'; public function mytest(): array{ $rv = array_map(static fn(string $record ) => $this->mything . $record, ['a', 'b']); return $rv; } }
Snippet created on January 20 2023 at 09:07 UTC
Settings
Get link