Skip to content

Commit

Permalink
PHP 8.2 Creation of dynamic property warnings
Browse files Browse the repository at this point in the history
Fixes: catalyst#836

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
  • Loading branch information
ziegenberg committed Sep 24, 2024
1 parent 3aa5842 commit 29bc310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions classes/check/certificateexpiry.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
*/
class certificateexpiry extends check {

/** @var string Check ID */
protected string $id;

/** @var string Check name */
protected $name;

/**
* Constructor
*/
Expand Down

0 comments on commit 29bc310

Please sign in to comment.