Mikko Pesari

Results 10 comments of Mikko Pesari

AFAIK string interpolation has different rules, e.g. theres two are different: ```php $a = ['foo' => 'bar']; print $a[foo]; // references a nonexistant constant, emits a warning print "$a[foo]"; //...

Following the documentation at https://github.com/mvo5/unattended-upgrades/blob/master/README.md ``` # Debian $ apt policy 1000 https://packages.sury.org/php bullseye/main amd64 Packages release o=deb.sury.org,a=bullseye,n=bullseye,c=main,b=amd64 origin packages.sury.org # Ubuntu $ apt policy 500 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 Packages...

I run into another problem with first class callable syntax, which seems so related to this that I decided not to create another issue: https://psalm.dev/r/d0cc7f5046 I think this will be...

Yeah, you need the `symfony/polyfill-php84` package to be installed first, with it, phpstan does find the symbols, but rector doesn't

Fixed by upgrading phpstan from 1.11.5 to 1.11.6 ... kind of. Now phpstan doesn't report error if polyfill is actually missing, and undefined function `mb_ucfirst()` is not found.

Edit: Seems to be a duplicate of https://github.com/protocolbuffers/protobuf/pull/20596

Fixed by https://github.com/khanamiryan/php-qrcode-detector-decoder/pull/158

I think these were fixed in version 22.0.0 (see https://github.com/facebook/facebook-php-business-sdk/pull/624)

Closes https://github.com/Seldaek/monolog/issues/2004

Hi, Would be nice to have this merged and add CI runs for PHP 8.4 and 8.5. There are still PHPUnit deprecations (`phpunit --display-phpunit-deprecations`): ``` 14 tests triggered 14 PHPUnit...