Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-b1
-
Component/s: None
-
Labels:None
Description
Error:
trim(): Passing null to parameter #1 ($string) of type string is deprecated
Affected Files:
- /app/models/currencies.php (Line 275)
Possible solution:
if (is_null($value)) { return $value; }