php4fan
php4fan
I wondered whether this was an issue in the extension or in VSCode (thinking maybe the timestamps in log entries were added by VSCode itself) but I'm seeing that timestamps...
This has started happening pretty often recently. Suddenly the extension stops working: popups with method signatures don't appear when hovering over method names both in function definitions and function calls;...
In this code:  I understand why the first and second references to `$avar` are not highlighted as errors, but the last one should be. The fact that I've called...
I start with this code:  Note that the cursor is currently after the semicolon. Now I place the cursor right after `$foo` and type an underscore:  It should...
### Symfony version(s) affected 5.4 ### Description I followed this guide: https://symfony.com/doc/5.x/event_dispatcher.html and I created a class `App\Listeners\ExceptionListener.php` but in `services.yaml` I mistyped the class name as: ``` services: App\Listener\ExceptionListener:...
### Steps to reproduce 1. In a group where you are admin, go to Manage Group -> Permissions -> Removed users 2. If some user has been removed by an...
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [ x I agree to follow the [Code of Conduct][code_of_conduct] that...
I installed DisplayLink following https://wiki.archlinux.org/title/DisplayLink and it works, but when I don't have ANY DisplayLink monitor nor any DisplayLink USB device connected, just using one single monitor connected directly through...
### Detail To reproduce: - Have two displays, both with 1920x1080 resolution, arranged horizontally one next to each other left to right, the left one being the primary one -...
### Detail On Windows, with my patches (as usual from ages ago), I systematically get ``` GL[0x502]: Operación no válida ``` (my Windows unfortunately is in Spanish) when `[destroy(` gets...