- Issue created by @danielspeicher
- last update
over 1 year ago 2 pass, 2 fail - @danielspeicher opened merge request.
- Status changed to Needs review
over 1 year ago 2:58pm 4 May 2023 - Status changed to Needs work
over 1 year ago 4:58pm 4 May 2023 - πΊπΈUnited States wells Seattle, WA
Hm yes I can see how
array_filter
causes an issue here. However we can't just remove it because becauseNULL
s in the default config will inadvertently override defaults in the client. We need a solution here booleans but filtersNULL
s, I think? - π©πͺGermany danielspeicher Steisslingen
Yes, you are right. I will provide a solution.
- last update
over 1 year ago 3 pass - Status changed to Needs review
over 1 year ago 7:40am 12 May 2023 - π©πͺGermany danielspeicher Steisslingen
I have added a function to filter just
null
values. - Status changed to Needs work
over 1 year ago 8:18pm 12 May 2023 - last update
over 1 year ago 3 pass - Status changed to Needs review
over 1 year ago 1:18pm 13 May 2023 - Status changed to Needs work
over 1 year ago 6:06pm 13 May 2023 - π©πͺGermany danielspeicher Steisslingen
Then I need help. My
phpcs
is clean with official Drupal profile.Let us save time and effort, so I propose, that you resolve this open thread.
- πΊπΈUnited States wells Seattle, WA
@danielspeicher you may want to inspect your phpcs config. Here is the output from your branch:
~/PhpstormProjects/http_client_retry 3358215-set-retry-enabled > vendor/bin/phpcs .................E. 19 / 19 (100%) FILE: src/Http/HttpClientMiddleware.php ------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------- 78 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null" ------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ------------------------------------------------------------------------------------------- Time: 2.52 secs; Memory: 14MB
Anyway yeah I'll put in a quick fix for this before merge. Thank you!
- last update
over 1 year ago 3 pass -
wells β
committed 2c87915c on 2.0.x authored by
danielspeicher β
Issue #3358215: Set retry enabled to FALSE in config settings has no...
-
wells β
committed 2c87915c on 2.0.x authored by
danielspeicher β
- Status changed to Fixed
over 1 year ago 10:39pm 16 May 2023 - π©πͺGermany danielspeicher Steisslingen
Thank you very much. I will check our config.
Automatically closed - issue fixed for 2 weeks with no activity.