Dezső BICZÓ

Results 141 comments of Dezső BICZÓ

Probably we are experiencing the same issue on apigee/apigee-client-php as well.

The current default branch is https://github.com/phpstan/phpstan-src/tree/1.11.x so the target should be changed for a start.

PHP Core classes would be also an interesting question to me, like `\DateTimeImmutable` or `\RuntimeException`. Should they be excluded by default?

> Because of that, a GET /v1/organizations/{organization}/companies?expand=true request is sent to Apigee Edge, and the returned 10k+ teams are then instantiated as Drupal entities, which are then cached. Now this...

DRZ support for Apigee X/Hybrid were also added to our module: https://www.drupal.org/project/key_apigee/releases/1.1.0

Just as in previous occasion, I am really uncertain if this module should install a patch on Drupal core. Applying a patch on a project can fail for many reasons,like...

The[ Selenium driver](https://github.com/minkphp/MinkSelenium2Driver/commit/fb764b8626606031570ba8f3b584bd0a01d22255#diff-53510ae65008d7fb5cd2c1c007ac512d7ae8e11e721e2f4d1d2bdf78b6b2076bR708) and the [behat/mink package](https://github.com/minkphp/Mink/compare/v1.10.0...v1.11.0) may also introduced a similar problem.

> (passing an integer might have worked by luck thanks to an implicit casting to string happening somewhere). Probably this hidden secret gem caused the problem and maybe the only...