Samy Rabih
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
Samy Rabih 创建了一个帖子, 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 进行了评论, -
Samy Rabih 进行了评论, -
-
Samy Rabih 创建了一个帖子, 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...