mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-11 10:36:37 +00:00
Remove 2 Unneeded Statements
This commit is contained in:
@@ -2897,7 +2897,7 @@ class Worksheet extends BIFFwriter
|
||||
$flags |= (1 == self::$always0 ? 0x80000000 : 0);
|
||||
|
||||
$dataBlockFont = null;
|
||||
$dataBlockAlign = null;
|
||||
//$dataBlockAlign = null;
|
||||
$dataBlockBorder = null;
|
||||
$dataBlockFill = null;
|
||||
|
||||
|
||||
@@ -163,7 +163,6 @@ class Issue4025Test extends TestCase
|
||||
$sheet->getStyle('P10:P11')->setConditionalStyles($conditionalStyles2);
|
||||
|
||||
$sheet->setSelectedCells('A1');
|
||||
$oufil = 'issue.4025b.xlsx';
|
||||
$writer = new XlsxWriter($spreadsheet);
|
||||
|
||||
$writer->getStylesConditionalHashTable()->addFromSource($writer->getWriterPartStyle()->allConditionalStyles($spreadsheet));
|
||||
|
||||
Reference in New Issue
Block a user