Skip to content
Snippets Groups Projects

Issue #3388010: PHP8.1 compatibility

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -46,7 +46,7 @@ class Inline
self::$objectSupport = $objectSupport;
self::$objectForMap = $objectForMap;
$value = trim($value);
$value = trim($value ?? '');
if (0 == strlen($value)) {
return '';
Loading