Skip to content

Commit 424ab9f

Browse files
committed
Fix missing property declaration
1 parent 52b3348 commit 424ab9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Extension/Session/SessionTypeExtension.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
class SessionTypeExtension extends AbstractTypeExtension
99
{
10+
/** @var SessionListener */
11+
private $listener;
12+
1013
/**
1114
* Constructor.
1215
*

0 commit comments

Comments
 (0)