Problem/Motivation
Deprecated: Drupal\feeds_http_auth_fetcher\Feeds\Fetcher\Form\HttpAuthFetcherFeedForm::buildConfigurationForm(): Implicitly marking parameter $feed as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/backend/web/modules/contrib/feeds_http_auth_fetcher/src/Feeds/Fetcher/Form/HttpAuthFetcherFeedForm.php on line 26
Deprecated: Drupal\feeds_http_auth_fetcher\Feeds\Fetcher\Form\HttpAuthFetcherFeedForm::submitConfigurationForm(): Implicitly marking parameter $feed as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/backend/web/modules/contrib/feeds_http_auth_fetcher/src/Feeds/Fetcher/Form/HttpAuthFetcherFeedForm.php on line 59
Steps to reproduce
visit feeds edit form
Proposed resolution
fix types with "?" operator
Remaining tasks
Review merge request.
User interface changes
none
API changes
none
Data model changes
none
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | feeds_http_auth_fetcher-3548667.patch | 1.16 KB | klausi |
Issue fork feeds_http_auth_fetcher-3548667
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
klausiMerge request: https://git.drupalcode.org/project/feeds_http_auth_fetcher/-/merge_reque... (seems broken, not sure why)
Attaching stable patch for composer patches.
Comment #4
alesbencina commentedthanks Klausi!
Comment #5
bwoods commentedApplied the patch, and it works as expected, thanks!
Comment #6
yogeshmpawarComment #7
yogeshmpawarMerged MR.