Skip to content

Commit 0e64400

Browse files
Remove declaration that is also declared in child classes and traits
Issue #31 Having this declaration in the Base model results in an error when using PHP 8.3 due to redeclaration with a different definition
1 parent 5ef4a09 commit 0e64400

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Generator/Base.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Base
2020

2121
/** @var string */
2222
protected $receiver;
23-
protected $composeKeys;
2423

2524
/** @var string */
2625
// protected $managingOrganisation = '89';

0 commit comments

Comments
 (0)