Andrii Dembitskyi

Results 28 issues of Andrii Dembitskyi

**Is your feature request related to a problem? Please describe.** We've found the Redis feature about asynchronous replication that can help us have a smooth primary instance upgrade path with...

feature

### Feature request Mostly the problem was described in the discussion https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/discussions/8141 Today, we've found a bug in rector because our code in the constructor has a readonly property without...

kind/feature request

Fixes https://github.com/vimeo/psalm/issues/11007, https://github.com/vimeo/psalm/issues/8824

release:feature

After dropping the section about deploying to Heroku, there is left an unchanged "attention" link in "How to use" section. ### All Submissions - [x] Have you followed the guidelines...

> User Deprecated: Method \"Psr\\Http\\Message\\ServerRequestInterface::getParsedBody()\" might add \"array|object|null\" as a native return type declaration in the future. Do the same in implementation \"Slim\\Psr7\\Request\" now to avoid errors or add an...

### Check that this is really a bug - [x] I confirm ### Reproduction link n/a ### Bug description We have a code like this ``` if (!swiperRef?.current) return; swiperRef.current?.autoplay?.start();...