fix wrong formatting
This commit is contained in:
parent
6c9cffd83b
commit
7202634573
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue