User tests: Successful: Unsuccessful:
Fixes Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in administrator/modules/mod_menu/menu.php on line 383
Pull Request for Issue # none
Sometimes item is null, but in PHP 8.1, trim accepts only string type, not null.
Code-review could perfectly be enough as it's obvious.
Look at admin area of 3.10, and see error.
Passing null to parameter #1 ($string) of type string is deprecated in administrator/modules/mod_menu/menu.php on line 383
That warning disappears.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Administration |
I have tested this item
Code review.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
R2C
Labels |
Added:
?
?
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-23 18:31:49 |
Closed_By | ⇒ | zero-24 |
Drone failure here is due to a server issue (database connection), independent of this PR.