Simon Podlipsky

Results 166 issues of Simon Podlipsky

Current autoloading scheme is broken on phpstan 1.7.0 since it does not run code anymore (uses static reflection) Specifically, it now reports `Call to an undefined static method My\Ns\ATest::assertArraySubset()` because...

Getting this error: > Error: @n1ru4l/graphql-live-query tried to access tslib, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. when using yarn (v3.2) Pnp....

I'm sending the request with params like `max_query_size`. I would like to forward it to my replica through proxy. Currently the proxy seems to strip it. Is there a way...

question

# Remove CS checks for missing traversable type hints I propose to disable these sniffs as we have and already adopted tools that are more capable to check for such...

When using older version of Sentry (v2) with Symfony (v5.2) the handler in `DebugHandlersListener::configure()` is ``` $handler = {array} [2] 0 = {Symfony\Component\ErrorHandler\ErrorHandler} [18] 1 = "handleException" ``` in Sentry...

Type: Bug

> – The Array of values must be the same length as the Array of keys. > – Each index in the Array of values must correspond to the same...

Followup of https://github.com/doctrine/collections/issues/117 What about changing `Closure` types to `callable`? For example now I have a problem of passing `callable` into `Collection::map()` because static analysers complain about it.

Metric line can also contain optional timestamp. ``` http_requests_total{method="post",code="200"} 0 http_requests_total{method="post",code="400"} 3 1395066363000 ``` Should I move forward with this? - [x] support of timestamp in gauge - [x] support...

I was wondering that for master we could drop PHP 7.4 already.

enhancement
BC break

I haven't find anything about it in gql specs. Am I missing something? ```php private static function printInputObject(InputObjectType $type) { $fields = array_values($type->getFields()); return self::printDescription($type) . "input {$type->name} {\n" ....

enhancement