Skip to content

Commit 2d5f15e

Browse files
authored
Merge pull request #18 from tylerdak/fix/dynamic-property-assignment
Prevent dynamic property assignment in Psy/Configuration
2 parents 8e3f588 + 969f095 commit 2d5f15e

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)