Home
Phorge
Search
Configure Global Search
Log In
Transactions
D25300
Change Details
Change Details
Old
New
Diff
Fix strlen() being passed a null in ArcanistUnitConsoleRenderer.php
Fix the following error in ArcanistUnitConsoleRenderer.php under PHP 8.1: ``` strlen(): Passing null to parameter #1 ($string) of type string is deprecated ```
Fix
strlen() being passed a null in ArcanistUnitConsoleRenderer.php
the following error in ArcanistUnitConsoleRenderer.php under PHP 8.1: ``` strlen(): Passing null to parameter #1 ($string) of type string is deprecated ```
Continue