Update PHPCS changes

This commit is contained in:
Vivek Kumar 2021-03-14 22:25:13 +05:30
parent 51abdf0b8f
commit c9b9cf98ef
1 changed files with 1 additions and 2 deletions

View File

@ -551,8 +551,7 @@ class Xlsx extends BaseWriter
private function addZipFiles(array $zipContent): void
{
foreach ($zipContent as $path => $content)
{
foreach ($zipContent as $path => $content) {
$this->addZipFile($path, $content);
}
}