From 9b7d6aab7d04249c3cb32b50d09bae3c145ba661 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:45:09 +0200 Subject: [PATCH] Fix "Deprecated: Creation of dynamic property". --- src/HooksterPrinter.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/HooksterPrinter.php b/src/HooksterPrinter.php index e5753e5..7c698e8 100644 --- a/src/HooksterPrinter.php +++ b/src/HooksterPrinter.php @@ -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. *