Merge pull request #18222 from liviuconcioiu/18184

Fix #18184 - Fix TypeError Table::getRowFormat()
This commit is contained in:
Maurício Meneghini Fauth 2023-03-05 19:58:28 -03:00 committed by GitHub
commit 0a05f8bfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,7 +403,7 @@ class Table implements Stringable
return '';
}
return $tableRowFormat;
return $tableRowFormat ?? '';
}
/**