Jacob Dreesen

Results 183 comments of Jacob Dreesen

Yes, it seems to be one of the most itching issues in this project :grin:

AFAIK this plugin relies on data from PhpStorm to determine this, so there's probably nothing we can do here. You could try to [annotate the method like this](https://phpstan.org/writing-php-code/narrowing-types#custom-type-checking-functions-and-methods): ```php /**...

Since PHP 8.1 there's also the [`never` return type](https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.never)

Sounds like these: #1820, #1828, #1824, #1805, #1839, #1860

I don't think it's a problem of this bundle, as all messages of it should be prefixed with `[EA]`, which isn't the case here. So I assume that it comes...

Still waiting for imagick to be compatible with PHP 8.3, I guess.

How did you configure your Doctrine DBAL/PDO connection in your running Pimcore? Especially: which parameters do you use to configure the cert? The `--mysql-ssl-cert-path` option from the installer sets the...