Matthias Schmidt

Results 6 issues of Matthias Schmidt

Affected site: https://api-platform.com/docs/admin/handling-relations/ https://github.com/api-platform/docs/blob/4ecf9aed55d9451ff62d2558efe2c3ed91b3bbb7/admin/handling-relations.md?plain=1#L5 The link in this line links to https://api-platform.com/docs/admin/handling-relations/schema.org instead of https://api-platform.com/docs/admin/schema.org.

Fix #19683

Serializer
Status: Needs Review

https://getrector.com/find-rule?activeRectorSetGroup=php&rectorSet=php-php-85 looks like this: Problem: The select dropdown mentions 7 rules, but the results only show 3 rules. Expected result: Both numbers are consistent. (Alternatively: Remove the number from the...

This PR: - [x] Adds `ForeachKeyRemoval` mutator that removes the key variable from foreach loops - [x] Covered by tests - [ ] Doc PR: https://github.com/infection/site/pull/XXX Fixes https://github.com/infection/infection/issues/2341 --- #...

Mutator

Replacement issue for #1104 targeting version 6: > With PHP's `(double)` cast being deprecated and already having only been an alias for the (float) cast, introduce `Float_` as a replacement...

Consider the following code example https://psalm.dev/r/1a9d2da1dd which is a minimal reproducer based on https://github.com/symfony/symfony/blob/53e759a7dabe8aab882bb159548b24c868dbaf89/src/Symfony/Component/Form/FormErrorIterator.php. Run `./vendor/bin/psalm --alter --issues=InvalidFalsableReturnType`, which results in the following diff: ```diff @@ -23,9 +23,11 @@ class...