Trivial Change to Unblock Phpstan Update (#2737)

I cannot duplicate the problem blocking #2720, but this trivial change should work anyhow.
This commit is contained in:
oleibman 2022-04-10 17:31:53 -07:00 committed by GitHub
parent b03788c902
commit 2370a88c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ class Ods extends BaseReader
$setRow = $configItem->nodeValue; $setRow = $configItem->nodeValue;
} }
} }
$this->setSelected($spreadsheet, $wsname, $setCol, $setRow); $this->setSelected($spreadsheet, $wsname, "$setCol", "$setRow");
} }
break; break;