Problem/Motivation
PHPStan is failing on 11.3.x due to #3578193: CommentTokensHooks passes NULL to UrlHelper::stripDangerousProtocols() when comment homepage is not set
Steps to reproduce
Run PHPStan on 11.3.x
Proposed resolution
Fix the baseline
Remaining tasks
User interface changes
None
Introduced terminology
N/a
API changes
None
Data model changes
N/a
Release notes snippet
N/a
Issue fork drupal-3581997
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 #3
alexpottComment #4
godotislatePHPStan passes, so lgtm.
Comment #5
alexpottCommitted 0f281ec and pushed to 11.3.x. Thanks!