Page MenuHomeDevCentral

Don't pass null value to rtrim()
ClosedPublic

Authored by dereckson on Nov 29 2024, 20:57.
Tags
None
Referenced Files
F12390503: D3612.id9339.diff
Sat, Nov 1, 11:10
F12387792: D3612.id9339.diff
Sat, Nov 1, 05:11
Unknown Object (File)
Fri, Oct 31, 16:09
Unknown Object (File)
Fri, Oct 31, 01:13
Unknown Object (File)
Thu, Oct 30, 03:11
Unknown Object (File)
Sun, Oct 26, 23:05
Unknown Object (File)
Sun, Oct 26, 16:15
Unknown Object (File)
Sun, Oct 26, 06:57
Subscribers
None

Details

Summary

Fixes the following issue:
[29-Nov-2024 14:49:30 UTC] PHP Deprecated:
rtrim(): Passing null to parameter #1 ($string) of type string is deprecated
in /var/51-wwwroot/tools/gadgets/motd-variations.php on line 22

Test Plan

Browse /gadgets/motd-variations

Diff Detail

Repository
rTOOLS Nasqueron Tools
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 5766
Build 6048: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Nov 29 2024, 20:57
This revision was automatically updated to reflect the committed changes.