主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Joshua Dredge
活动总数
13
最后的活动
2022年10月04日 13:03
成员加入日期
2021年12月06日 12:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2022年10月04日 13:03
Dmitry Tronin I have uploaded a sample project here which reproduces the issue: https://github.com/dredgy/GenericTest
社区
PhpStorm
Generics on Iterators
0 票
创建于
2022年10月04日 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...
社区
PhpStorm
Generics on Iterators
0 票
创建于
2022年06月11日 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.
社区
PhpStorm
PHPStorm Metadata Questions
0 票
创建于
2021年12月09日 01:02
Perfect, thanks for your help! I look forward to seeing it in a future release.
社区
PhpStorm
PHPDoc Generics
0 票
创建于
2021年12月09日 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...
社区
PhpStorm
PHPDoc Generics
0 票
已编辑于
2021年12月08日 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...
社区
PhpStorm
PHPDoc Generics
0 票
已编辑于
2021年12月08日 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...
社区
PhpStorm
PHPDoc Generics
0 票