Skip to content

Commit

Permalink
Merge remote-tracking branch 'zieg/fix-dynamic-property-warnings' int…
Browse files Browse the repository at this point in the history
…o ziegenberg-fix-dynamic-property-warnings
  • Loading branch information
danmarsden committed Feb 6, 2025
2 parents 166163a + 29bc310 commit 11cb57c
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 11cb57c

Please sign in to comment.