Lctrs

Results 16 comments of Lctrs

I think it should be comparable. Best way to be sure is to replace the checker by your stub and run the integration suite :)

Maybe one difference I see is that the checker is able to check for plain string. But I don't think that you'll care about it.

I don't think that's what you're looking for (if I understood what you're trying to achieve). The `Prooph\Bundle\EventStore\Messenger\EventStoreTransactionMiddleware` class is just a middleware for `symfony/messenger`. Middleware concept in `symfony/messenger` is...

`com.axosoft.GitKraken` fixed in https://github.com/flathub/com.axosoft.GitKraken/commit/5f5685caa397df18f05fab9f6e84e69f58ba5c9e. `org.gnome.NetworkDisplays` fixed in https://github.com/flathub/org.gnome.NetworkDisplays/commit/b190ce94d01a557d1de6b3d67392ba25c83c88a1.

[Psalm itself doesn't support v5 of nikic/php-parser](https://github.com/vimeo/psalm/blob/5.25.0/composer.json#L36). There is nothing we can do yet.

Just in case you'd have an odd case when you don't need to pass the underlying value (and because I also didn't think much of it). @tminich How is PHPStan...

Quelques exemples où l'alignement obtenu me paraît plus naturel : **2 champs simples (pas de changement) :** Avant ![image](https://github.com/user-attachments/assets/10358d0c-5417-40b2-bab6-54ba4d309677) Après ![image](https://github.com/user-attachments/assets/7eeaf2ec-3b4f-4914-b6c7-31070e365bbb) **Aide à gauche :** Avant ![image](https://github.com/user-attachments/assets/96d07b06-ff5f-4ab5-a07d-da62f0b5640b) Après ![image](https://github.com/user-attachments/assets/891c6f74-3db5-4e04-9d5e-69945882fbdf) **Aide...

D'après des tests que j'ai effectué, les alignements obtenus avec `flex-end` ne sont pas aussi bons qu'avec `last baseline` dans tous les cas. Pour le support, d'après les données de...

UPDATE: - CI failure on PHP 8.5 is unrelated - Psalm failure seems to be a false positive to me - Tests pass locally on low deps, but not on...