Skip to content

Commit 8e4badb

Browse files
authored
fix: resolve Creation of dynamic property in php8.2
1 parent cf21cce commit 8e4badb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Exceptions/GenerationError.php

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
class GenerationError extends \Exception
66
{
7+
/**
8+
* @var mixed
9+
*/
10+
private $newNewFile;
11+
712
public function __construct($newNewFile)
813
{
914
$this->newNewFile = $newNewFile;

0 commit comments

Comments
 (0)