Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Laurent Polese
Total activity
4
Last activity
August 10, 2020 16:39
Member since
April 24, 2017 12:30
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
April 24, 2017 12:42
Strange, I just tried and it works perfectly. Your variable needs to be explicitly from that class too, something like : /** @var opd $opd */$opd->competenceList; This way I've got auto completion ...
Community
PhpStorm
Declare class property with phpdoc
0 votes
Created
April 24, 2017 12:30
Sure, here is one. Remember, it's a class level tag, so it should be placed *before* class declaration. /** * @property $listeErreurs array * @property $competenceList array */class opd{...
Community
PhpStorm
Declare class property with phpdoc
0 votes