We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e4670 commit d9bd45fCopy full SHA for d9bd45f
src/PhpSpreadsheet/Style/Style.php
@@ -82,7 +82,7 @@ class Style extends Supervisor
82
*/
83
public function __construct($isSupervisor = false, $isConditional = false)
84
{
85
- parent::__construct($this->isSupervisor);
+ parent::__construct($isSupervisor);
86
87
// Initialise values
88
$this->conditionalStyles = [];
src/PhpSpreadsheet/Style/Supervisor.php
@@ -3,6 +3,7 @@
3
namespace PhpOffice\PhpSpreadsheet\Style;
4
5
use PhpOffice\PhpSpreadsheet\IComparable;
6
+use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
7
8
abstract class Supervisor implements IComparable
9
0 commit comments