Iván Yivoff
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 12
-
Iván Yivoff 创建了一个帖子, 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... -
-
-
-
Iván Yivoff 创建了一个帖子, "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... -
-
Iván Yivoff 创建了一个帖子, compass support & file watchers?
I can't get the compass file watcher to work, and I'm having trouble to understand the settings "compass support" & file watchers settings and their relationship. First, from the command line I'm a... -
-
Iván Yivoff 进行了评论, -
Iván Yivoff 创建了一个帖子, red highlight shown on apparently random lines
This code is alright, but for some reason PHPStorm will red-highlight one of my param calls: Funnily enough, I delete the "offending" line and I get this: What's going on? It doesn't seem to ...