Samy Rabih
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Samy Rabih created a post, PHPDoc comment formating and align differs if an PHP attribute exists
Hi !We have auto format at file saving and we massively use Ctrl + Alt + L commandBut in classes __construct() we have strange formatting on PHPDoc comments:Code sample: public function __construct... -
Samy Rabih commented, -
Samy Rabih commented, -
-
Samy Rabih created a post, Navigating by Ctrl+Click on a symbol sends to Symfony cache and not the real PHP class
On PHPStorm 2020.2, when I ctrl+click on a method I'm sent to the cached version in var/cache (on Symfony). If I Ctrl+click on the method in cached version, I'm sent to "real" PHP class. I remember...