Trying to view a Jira auth provider from https://my.phorge.site/auth/ results in strlen(): Passing null to parameter #1 ($string) of type string is deprecated
This change fixes it
Fixes T15634
Differential D25432
Fix PHP 8.1 auth view strlen(null) error Sten on Sep 5 2023, 14:16. Authored by
Details
Trying to view a Jira auth provider from https://my.phorge.site/auth/ results in strlen(): Passing null to parameter #1 ($string) of type string is deprecated This change fixes it Fixes T15634 Go to https://my.phorge.site/auth/ and have a Jira already setup.
Diff Detail
Event TimelineComment Actions I tried to test this but I have not a real JIRA account and I was not able to test a non-null value. But, I inspected all the definitions of that method and it seems it only returns pht() so I would assume that it only returns strings. |