Skip to content

Commit

Permalink
Declare undeclared properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Jul 2, 2024
1 parent 13e0898 commit 100b5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions classes/system_branch.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class SystemBranch {

var $branch_names = array();
var $system_branch;

var $dbh;

Expand Down
1 change: 1 addition & 0 deletions www/graphs/bar-graphs.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class dg_BarGraph {
var $margin_r;

var $font_name;
var $font_name_bold;
var $label_size;
var $label_color;

Expand Down

0 comments on commit 100b5bf

Please sign in to comment.