Skip to content

Commit ca900f9

Browse files
prisisNyholm
authored andcommitted
Remove wrong InvalidArgumentException throw in doc (#167)
1 parent f4c2b89 commit ca900f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Psr6SessionHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ class Psr6SessionHandler implements \SessionHandlerInterface
4444
*
4545
* @param CacheItemPoolInterface $cache A Cache instance
4646
* @param array $options An associative array of cache options
47-
*
48-
* @throws \InvalidArgumentException When unsupported options are passed
4947
*/
5048
public function __construct(CacheItemPoolInterface $cache, array $options = [])
5149
{

0 commit comments

Comments
 (0)