Iván Yivoff
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 12
-
已编辑于 annotations completion does not use namespace aliases
It's possible to define annotations namespaces aliases, so when an annotation namespace is needed, the import statement includes an alias. Which is nice. Problem is that when auto-completing annot... -
已编辑于 "string" type hint, and "method not implemented" inspection regarding "_toString"
In a method I'm using (from SF `Kernel` class) I have the following: public function __construct(string $environment, bool $debug) And down the line $environment will be used like this:$loader->loa...