MrMeshok

Results 7 issues of MrMeshok

**Changes** Update QueryBuilder.stub with missing or incorrect type hints

When using swoole coroutines with eval loader, where is a possibility to get an error `Cannot declare class {class}, because the name is already in use`, because coroutines share memory...

While working on #187 I noticed what you can't map to a class that has constructor with default values as objects if source missing these arguments. Seems like a complex...

### Feature request ReflectionNamedType::getName return string if it's builtin type or class-string if it's not, but phpstan doesn't understand this. Can be seen here [https://phpstan.org/r/69247d4f-21f5-450f-9c9d-8e7b049d3c11](https://phpstan.org/r/69247d4f-21f5-450f-9c9d-8e7b049d3c11) ### Did PHPStan help you...

feature-request

**Frequently asked questions** - [x] I have read [Frequently Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions) **Describe the solution you'd like** There is this [extension](https://github.com/mario-deluna/php-glfw) that let's you work with OpenGL from PHP. Unfortunately it...

At first I had this DTO which in constructor does some logic to change weird API structure which I am consuming ```php readonly class Item { public ItemDetails $Details; public...

This PR introduces `CurlHandlePool` and `CurlHandlePoolInterface` which gives developer an option to customize logic for creating and storing curl handles. # Reason I have concurrency heavy app that powered by...