Merge pull request #18222 from liviuconcioiu/18184
Fix #18184 - Fix TypeError Table::getRowFormat()
This commit is contained in:
commit
0a05f8bfcb
@ -403,7 +403,7 @@ class Table implements Stringable
|
||||
return '';
|
||||
}
|
||||
|
||||
return $tableRowFormat;
|
||||
return $tableRowFormat ?? '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user