Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tomi Po
Total activity
8
Last activity
August 30, 2021 16:20
Member since
August 28, 2021 17:03
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
August 30, 2021 16:20
Submitted. https://youtrack.jetbrains.com/issue/WI-62435
Community
PhpStorm
PHPStorm Dynamic static method typehint
0 votes
Created
August 29, 2021 22:02
Thanks. I was afraid that this might be the current state of things. Shame really, it is so close. It does recognize it as a static method "::plus(..)", only the class is missing. One day, perhaps...
Community
PhpStorm
PHPStorm Dynamic static method typehint
0 votes
Created
August 28, 2021 19:11
If I only could do this: /** * * @method static int X::plus(int $int, int $int1) */X::register('plus', function($a,$b) { return $a+$b; } ); or this /** * @class X * @method static int plus(int $int...
Community
PhpStorm
PHPStorm Dynamic static method typehint
0 votes
Created
August 28, 2021 17:22
I know, I could do it like this, but that's not very dynamic. I am looking for something that could be written along with the code that actually adds the dynamic method. X is external, so I can not...
Community
PhpStorm
PHPStorm Dynamic static method typehint
0 votes
Created
August 28, 2021 17:05
Posted a bit too quickly. Currently the problem is that PhpStorm is complaining about the missing methods.
Community
PhpStorm
PHPStorm Dynamic static method typehint
0 votes