Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Chris Abbey
Total activity
8
Last activity
January 18, 2016 01:03
Member since
January 10, 2013 00:31
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
January 15, 2013 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...
Community
PhpStorm
inconsistent inspector type identification
0 votes
Created
January 10, 2013 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...
Community
PhpStorm
type hinting for inspections? (preventing bogus 'not found' errors)
0 votes
Created
January 10, 2013 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...
Community
PhpStorm
type hinting for inspections? (preventing bogus 'not found' errors)
0 votes
Created
January 15, 2013 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...
Community
PhpStorm
inconsistent inspector type identification
0 votes