Skip to content

Commit 969f095

Browse files
committed
fix: Remove dynamic property assignment
1 parent 8e3f588 commit 969f095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Psy/Configuration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
class Configuration extends \Psy\Configuration
66
{
7+
protected ?Presenter $presenter = null;
8+
79
public function getPresenter(): Presenter
810
{
911
if (! isset($this->presenter)) {

0 commit comments

Comments
 (0)