Update StartSession.php

Fixed CookieFactory typo in phpdoc.
This commit is contained in:
Daniël Klabbers 2017-06-19 16:47:20 +02:00 committed by GitHub
parent 4e628ad47e
commit 8760df5697

View File

@ -29,7 +29,7 @@ class StartSession implements MiddlewareInterface
/** /**
* Rememberer constructor. * Rememberer constructor.
* @param CookieFactoy $cookie * @param CookieFactory $cookie
*/ */
public function __construct(CookieFactory $cookie) public function __construct(CookieFactory $cookie)
{ {