mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 20:18:31 +00:00
Apply Scrutinzer patches for spacing
This commit is contained in:
@@ -40,7 +40,7 @@ $customPropertyList = $spreadsheet->getProperties()->getCustomProperties();
|
||||
|
||||
echo '<b>Custom Property names: </b><br />';
|
||||
foreach ($customPropertyList as $customPropertyName) {
|
||||
echo $customPropertyName,'<br />';
|
||||
echo $customPropertyName, '<br />';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user