Pavlo Milkevych
Pavlo Milkevych
## Description This change will make the removal from the collection consistent.
## Description Using errorLevel instead of totalTyped. ERROR: ConfigIssue - psalm.xml:5:8 - Attribute "totallyTyped" is deprecated and is going to be removed in the next major version (see https://psalm.dev/271) totallyTyped="true"
**To Reproduce** Steps to reproduce the behavior: 1. `docker run -e EXTRA=1 --name manticore -p 127.0.0.1:10306:9306 -p 127.0.0.1:10308:9308 -d manticoresearch/manticore:dev` auto_optimize = 1 by default 2. Run script ```
Hi, I am using `lcobucci/clock:3.0.0` with PHP 8.1. Now I'm trying to upgrade to PHP 8.3 and I'm getting the problem ``` composer why-not php ^8.3 Package "php" could not...
I'm trying to create a new plugin. I am adding this closure: ```php $taskFn = static function (Payload $handler, HTTPClient $manticoreClient): TaskResult { $result= $manticoreClient->sendRequest('show queries')->getResult(); /** @var array{error?:string} $result...