Skip to content

Commit

Permalink
SessionSection::setExpiration() the same typehint as Session::setExpi…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
dg committed Apr 3, 2019
1 parent 7711686 commit 2fa91a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/SessionSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function offsetUnset($name): void

/**
* Sets the expiration of the section or specific variables.
* @param string|int|\DateTimeInterface $time
* @param ?string $time
* @param string|string[] $variables list of variables / single variable to expire
* @return static
*/
Expand Down

0 comments on commit 2fa91a7

Please sign in to comment.