Tomi Po
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Tomi Po commented, -
-
-
-
-
Tomi Po created a post, PHPStorm Dynamic static method typehint
How can I tell PhpStorm two (2) things:#1 that the dynamic method (static or not) does exist#2 return type and parameter types of the dynamic methodExample:X::register('plus', function($a,$b) { ret...