tenzap
tenzap
What about this? https://symfony.com/doc/current/components/phpunit_bridge.html#removing-the-void-return-type
From what I understood of the URL above, it permits to add the missing `:void` to every call that needs it, and simple-phpunit would automatically remove it for versions that...
Do you by chance know of a workaround so that I could still run the tests with `phpunit`? I tried the workaround at the bottom of this § https://symfony.com/doc/current/components/phpunit_bridge.html#usage but...
Ok for the listener. Concerning the script, Debian doesn't ship it in its package and won't ship it. It is not possible to get it another way (eg from the...
I can use sed to create a patch but in the end it has to be in the form of a patch. Indeed the tests are unlikely to be shipped...
What would you do with it if won't run on php5? It would be great if the patch was merged upstream, but I fear it can't for backwards compatibility.
Packages are uploaded to "unstable" (which I believe has php8.1) where I guess they are built, then after some time they enter "testing", which at some time becomes "stable". Packages...
It would be much preferable if the logic could be changed upstream so that no patches are needed in Debian package, but well, I understand it can not always be...
Yes, you're right. Thanks! That patch was a test, but then I noticed that script doesn't exist in Debian at all.
The package could not be submitted for approval yet, so we can't know what 'debian ftp masters' would think about the patch. Nevertheless https://github.com/giggsey/libphonenumber-for-php/issues/513#issuecomment-1153766500 is still relevant.