Skip to content

Commit

Permalink
Fix "Deprecated: Creation of dynamic property".
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Apr 22, 2024
1 parent aa61fc7 commit 9b7d6aa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/HooksterPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@
* @since 1.0.0
*/
class HooksterPrinter implements JsonSerializable {
/**
* Documentor.
*
* @var Documentor
*/
private $documentor;

/**
* Output interface.
*
* @var Documentor
*/
private $output;

/**
* Type
*
* @var string
*/
private $type;

/**
* Constrcuct Hookster printer.
*
Expand Down

0 comments on commit 9b7d6aa

Please sign in to comment.