Skip to content

Commit f212211

Browse files
author
Gianluca Giovinazzo
committed
Fix indentation
1 parent 3a6ba3c commit f212211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpSpreadsheet/Reader/Xml.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ public function loadIntoExisting($pFilename, Spreadsheet $spreadsheet)
324324
$xml = $this->trySimpleXMLLoadString($pFilename);
325325

326326
$namespaces = $xml->getNamespaces(true);
327-
$namespacesDoc = $xml->getDocNamespaces(true);
328-
$namespaces = array_merge($namespaces, $namespacesDoc);
327+
$namespacesDoc = $xml->getDocNamespaces(true);
328+
$namespaces = array_merge($namespaces, $namespacesDoc);
329329

330330
$docProps = $spreadsheet->getProperties();
331331
if (isset($xml->DocumentProperties[0])) {

0 commit comments

Comments
 (0)