Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Joshua Dredge
Total activity
13
Last activity
October 04, 2022 13:03
Member since
December 06, 2021 12:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
October 04, 2022 13:03
Dmitry Tronin I have uploaded a sample project here which reproduces the issue: https://github.com/dredgy/GenericTest
Community
PhpStorm
Generics on Iterators
0 votes
Created
October 04, 2022 12:51
Thanks Dmitry.I'm not sure I can provide code without dumping out an entire framework. I will try and test on a smaller codebase and see if it's reproducible. An example in use. In this case the c...
Community
PhpStorm
Generics on Iterators
0 votes
Created
June 11, 2022 09:45
Thanks Eugene Morozov, I’ll stick with my docblocks in files for now and post my generics question in a separate thread. Thank you.
Community
PhpStorm
PHPStorm Metadata Questions
0 votes
Created
December 09, 2021 01:02
Perfect, thanks for your help! I look forward to seeing it in a future release.
Community
PhpStorm
PHPDoc Generics
0 votes
Created
December 09, 2021 00:32
Thanks, I thought I updated to most recent before I tried, but I only upgraded to 2021.2.3. On 2021.3, I can get it to work when the return type is explicity cast as EntityList<User>. However I nee...
Community
PhpStorm
PHPDoc Generics
0 votes
Edited
December 08, 2021 15:15
Thanks Eugene! What was my typo there? I could not get it to return anything other than mixed when I was playing around with it today. I’m perfectly happy to annotate where(). And with regards to g...
Community
PhpStorm
PHPDoc Generics
0 votes
Edited
December 08, 2021 05:32
Thank you! The where() function is in a generic entity model, so Users::Where() and Objects::where() are the same function. Return type EntityList<$this> doesn’t seem to work. How do you get the ty...
Community
PhpStorm
PHPDoc Generics
0 votes