Code style
This commit is contained in:
parent
156ab360fe
commit
b636c56d7f
|
@ -19,7 +19,7 @@ class Properties
|
||||||
$docProps = $this->spreadsheet->getProperties();
|
$docProps = $this->spreadsheet->getProperties();
|
||||||
$officeProperty = $xml->children($namespacesMeta['office']);
|
$officeProperty = $xml->children($namespacesMeta['office']);
|
||||||
foreach ($officeProperty as $officePropertyData) {
|
foreach ($officeProperty as $officePropertyData) {
|
||||||
/** @var \SimpleXMLElement $officePropertyData */
|
// @var \SimpleXMLElement $officePropertyData
|
||||||
if (isset($namespacesMeta['dc'])) {
|
if (isset($namespacesMeta['dc'])) {
|
||||||
$officePropertiesDC = $officePropertyData->children($namespacesMeta['dc']);
|
$officePropertiesDC = $officePropertyData->children($namespacesMeta['dc']);
|
||||||
$this->setCoreProperties($docProps, $officePropertiesDC);
|
$this->setCoreProperties($docProps, $officePropertiesDC);
|
||||||
|
|
Loading…
Reference in New Issue