主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Chris Abbey
活动总数
8
最后的活动
2016年01月18日 01:03
成员加入日期
2013年01月10日 00:31
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2013年01月15日 19:27
Hmm... I didn't know class scoped @var was that different. I think I'm going to go re-RTFM on phpdocs!And no, it doesn't need to be compatible with php4, that's just old code influencing lazy engin...
社区
PhpStorm
inconsistent inspector type identification
0 票
创建于
2013年01月10日 04:26
That inline @var PHPDoc works like a charm! And now lots of my files will go from Yellow to Green. :) Thanks!!It would be very nice if static was added to the PHPDoc type list... but I won't hold m...
社区
PhpStorm
type hinting for inspections? (preventing bogus 'not found' errors)
0 票
创建于
2013年01月10日 00:36
wow, the code snippet in there got really trashed when I posted it, let's try again without the useless formatting macro:<?php class A { public static function fetch() { $class = get_c...
社区
PhpStorm
type hinting for inspections? (preventing bogus 'not found' errors)
0 票
创建于
2013年01月15日 08:02
bah, you'd think pasting a code block into this forum would be easier than it has proven for me. <?phpclass Address { public function foo() { return 42; }}class AddressTest extends PH...
社区
PhpStorm
inconsistent inspector type identification
0 票