fix wrong formatting

This commit is contained in:
jogo 2014-07-04 15:54:20 +02:00
parent 6c9cffd83b
commit 7202634573
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class PhpWord
/** @var \PhpOffice\PhpWord\Collection\AbstractCollection $collectionObject */
$collectionObject = $this->collections[$key];
return $collectionObject->addItem(array_key_exists(0,$args) ? $args[0] : null);
return $collectionObject->addItem(array_key_exists(0, $args) ? $args[0] : null);
}
// Run add style method