Skip to content

Commit

Permalink
[5] fix Deprecated: Creation of dynamic property (#42429)
Browse files Browse the repository at this point in the history
* dynamic property

declared

* reinstall
  • Loading branch information
alikon committed Dec 16, 2023
1 parent 8e956a1 commit b807e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/src/Updater/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ class Update
protected $stability;
protected $supported_databases;
protected $php_minimum;
public $sha256;
public $sha384;
public $sha512;
protected $section;

/**
* Gets the reference to the current direct parent
Expand Down

0 comments on commit b807e79

Please sign in to comment.