Álvaro González

- Total activity 166
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 32
- Subscriptions 52
-
-
-
Álvaro González created a post, PHPStan and Xdebug
I've been upgrading some dev dependencies in my toy projects and now PHPStan seemingly requires the --xdebug flag when Xdebug is enabled (and omitting it otherwise). So now I get lots of notificati... -
-
Álvaro González created a post, AnsweredPrevent files from being moved to Subversion changelists
I use TortoiseSVN to commit my changes and it's getting complicated because PhpStorm moves the files I edit from the IDE to its default changelist, so my changes end up split in two different locat... -
-
-
Álvaro González created a post, Switch from system-wide install to per-user install on Windows 10
I work remotely. I installed PhpStorm on Windows 10 Pro some months ago with my user, which at the time had administration rights. After some external audit, my company changed policies and my user... -
-
Álvaro González created a post, Dynamic metadata
My codebase uses a pattern like this: /** @var \App\Action\SimpleFooAction $simpleAction */$simpleAction = $objectBuilder->getAction('simple_foo');/** @var \App\Action\ComplexFooAction $complexActi...