Iván Yivoff
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 12
-
Iván Yivoff created a post, 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 created a post, "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 created a post, 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 commented, -
Iván Yivoff created a post, 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 ...