Roman Assmann
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Roman Assmann commented, -
Roman Assmann created a post, No Support for @param Generic Closure like Intelephense?
Hi, the following code works with Intelephense as in “$item” is correctly type-inferred as “int”.Are generic closures straight up unsupported in PHPStorm or do i need to use a different syntax?/** ...