functional
functional copied to clipboard
PHP Functional Programming library. Monads, common use functions and generic collections.
Results
1
functional issues
Sort by
recently updated
recently updated
newest added
```php /** * @param ArrayList $numbers */ function test(ArrayList $numbers): void {} /** * @return ArrayList */ function getNumbers(): ArrayList { return ArrayList::empty(); } /** ERROR: MixedArgumentTypeCoercion at /app/run.php:34:5 Argument...
bug
psalm