ADmad

Results 55 issues of ADmad

Similar to https://php-enqueue.github.io/transport/dbal/

enhancement

Using `psalm.phar --version` for the latest 4.5.1 release shows `Psalm 4.x-dev@`. Expected to see version number `4.5.1`. P.S. I used `phive` to update psalm which got the file `https://github.com/vimeo/psalm/releases/download/4.5.1/psalm.phar`.

### Description For my `users` table with fields `first_name` and `last_name` I set the display field as `$this->displayField(['first_name', 'last_name'])` in the table class. Then using `find('list')` resulted in an array...

enhancement
ORM

``` src/JWT.php:199 Firebase\JWT\JWT::encode(): Implicitly marking parameter $keyId as nullable is deprecated, the explicit nullable type must be used instead src/JWK.php:55 Firebase\JWT\JWK::parseKeySet(): Implicitly marking parameter $defaultAlg as nullable is deprecated, the...

Setting the `preserveKeys` option for the association's finder query now preserves the record keys when populating the associated records array for the parent records. Refs #10118

enhancement

### Description Currently if for e.g. you do a `Collection::indexBy()` followed by `Collection::groupBy()` the indexes set by the 1st call would be lost. I propose adding a `bool $preserveIndex` option...

enhancement