Apply Scrutinzer patches for spacing

This commit is contained in:
Adrien Crivelli
2017-01-05 12:14:44 +09:00
parent c8a69dfb54
commit e9d03cc6d3
14 changed files with 43 additions and 43 deletions
@@ -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 />';
}
?>