Update src/PhpSpreadsheet/Writer/Html.php

Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
This commit is contained in:
oleibman 2020-05-31 11:01:14 -07:00 committed by GitHub
parent f42c3ef5a0
commit 39eeef5ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -213,11 +213,6 @@ class Html extends BaseWriter
$this->editHtmlCallback = $cbk;
}
public function resetEditHtmlCallback(): void
{
$this->editHtmlCallback = '';
}
const VALIGN_ARR = [
Alignment::VERTICAL_BOTTOM => 'bottom',
Alignment::VERTICAL_TOP => 'top',