Skip to content

Commit

Permalink
added missing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bidi47 committed Nov 30, 2023
1 parent 3a2e3e5 commit f316e28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Options/SessionOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

use Laminas\Stdlib\AbstractOptions;

/**
* @template TValue
* @template-extends AbstractOptions<TValue>
*/
class SessionOptions extends AbstractOptions
{
protected int $rememberMeInactive = 1800;
Expand Down

0 comments on commit f316e28

Please sign in to comment.