Skip to content

Commit

Permalink
PHP 8.2: Creation of dynamic property
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeinn committed Feb 16, 2023
1 parent 7489934 commit 544e95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/graph/Ticks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Ticks
public $maj_ticks_pos = [];
public $maj_ticklabels_pos = [];
public $ticks_pos = [];
public $ticks_label = [];
public $maj_ticks_label = [];
public $precision;

Expand Down
1 change: 1 addition & 0 deletions src/themes/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
abstract class Theme
{
protected $color_index;
private $graph;

public function __construct()
{
Expand Down

0 comments on commit 544e95f

Please sign in to comment.