From 8e4badbc14fdd6ceacf3f8f97acdfd06bf592a4a Mon Sep 17 00:00:00 2001 From: Milad Teimouri Date: Tue, 25 Feb 2025 13:38:57 +0330 Subject: [PATCH] fix: resolve Creation of dynamic property in php8.2 --- Exceptions/GenerationError.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Exceptions/GenerationError.php b/Exceptions/GenerationError.php index a11160c..ef0ce74 100644 --- a/Exceptions/GenerationError.php +++ b/Exceptions/GenerationError.php @@ -4,6 +4,11 @@ class GenerationError extends \Exception { + /** + * @var mixed + */ + private $newNewFile; + public function __construct($newNewFile) { $this->newNewFile = $newNewFile;