Iván Yivoff

Avatar
  • Total activity 45
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 6
  • Subscriptions 12
  • Edited

    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...
    • 2 followers
    • 1 comment
    • 1 vote
  • Edited

    "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...
    • 6 followers
    • 12 comments
    • 2 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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 ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    path not found after chdir

    Is not unusual on PHP to do something like this: chdir(dirname(__DIR__));require 'vendor/autoload.php'; Where the first `chdir` will chdir to the root of the project, so all future includes and req...
    • 4 followers
    • 5 comments
    • 1 vote
  • Created

    find action by shortcut?

    Is there a way to find a particular action from its keyboard shortcut? In my Mac, Shift-F4 will open the current editor tab in a separate window, which is handy when the editor is divided and you'd...
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    return type inspection and interfaces

    Hi there, I have an interface that declares: interface SystemResponseInterface { /** * @param int $status * @return SystemResponseInterface */ public function setStatusCode($status); } And a clas...
    • 5 followers
    • 7 comments
    • 0 votes
  • Created

    multiple VCS repositories in the same project

    How does one manage commits for different repositories in the same project?I have a Project where the whole project is a git repositories, and in one of the gitignored directories there is a subver...
    • 1 follower
    • 0 comments
    • 4 votes
  • Created

    changelist for deployment

    Hi there,I manage my code with git, but deployment to test and production have to be done by sftp.Commiting/Pushing/Deployment go through completely different rythms, so the chebcox to "deploy on c...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    jinja2 code formatting

    It would be nice to have some formatting options for jinja2/html code.The syntax is properly highlighted, but formatting is completely left at the whim of the user, and "reformatting" does nothing....
    • 6 followers
    • 5 comments
    • 2 votes