Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi authored and Frederic Delaunay committed Oct 29, 2018
1 parent 08b20bb commit 20ea03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpSpreadsheet/Style/Style.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Style extends Supervisor
*/
public function __construct($isSupervisor = false, $isConditional = false)
{
parent::__construct($this->isSupervisor);
parent::__construct($isSupervisor);

// Initialise values
$this->conditionalStyles = [];
Expand Down
1 change: 1 addition & 0 deletions src/PhpSpreadsheet/Style/Supervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace PhpOffice\PhpSpreadsheet\Style;

use PhpOffice\PhpSpreadsheet\IComparable;
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;

abstract class Supervisor implements IComparable
{
Expand Down

0 comments on commit 20ea03a

Please sign in to comment.