Tim Düsterhus
Tim Düsterhus
**Describe the bug** Not sure whether this qualifies as an actual bug, but I think that the behavior can certainly be improved here. Intelephense's PSR-12 formatter disagrees with [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) with...
**Describe the bug** When using `__halt_compiler();` + some non-PHP blob after that, the autocompletion of e.g. function names breaks for the whole file. **To Reproduce** ```php
### Your Feature Request I'd like HAProxy to stop performing backend health checks and DNS lookups when stopping and no more new requests will be sent to a backend. Care...
The old URL doesn't support TLS, which causes warnings in HTTPS only mode (e.g. in Firefox). It also already redirects to the new URL, so let's just use that one.
This should assist the cleanup, see #5049.
- [x] #4991  - [x] “Unsafe HTML” button in editor is missing the icon:  - [x] Comment Buttons look off (with one of them miscolored):  - [...
The brand icons are currently special cased in `IconFunctionTemplatePlugin`, without any reusable class. This makes it harder to statically bake them into the template to avoid the I/O of loading...
The directory selection is problematic for little benefit (the vast majority of users won't change anything at all): It starts to deploy the files before it is verified that the...
Some casts have been "mindlessly" added in ac81e92d0ee4202c6174bedd1319cddf7435d422 to fix issues with an earlier strict typing attempt and are not reasonable. As an example the one in StringUtil::encodeHTML() might hide...