Alvaro

- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 37
-
Alvaro created a post, Bogus "Operands have incompatible types"
This warning is not quite right, is it?<?php $payload = $expectedValues = []; foreach ([...$payload, ...$expectedValues] as $field => $value) { $isStartDate = $field === 'startDate'; } -
-
Alvaro created a post, Smart vertical caret movement
When I started my career, ages ago, I had a text editor with a feature that I haven't really seen in many other products, let alone a recent one.You move around a document as you wish. When you sta... -
-
-
Alvaro created a post, HTTP Client generates local filesystem links that PhpStorm cannot open
When I use HTTP Client to download files that are configured to open with external apps and filename contains square brackets, PhpStorm generates a console link that throws an error:### Download st... -
-
-
-
Alvaro created a post, New UI: customise debug bar
I want to customise the toolbar of the “Debug” pane in order to restore items hidden in the kebab menu, but I can't make any sense of it:The items shown in the dialogue don't have anything to do wi...