fix for failing test

This commit is contained in:
Jean-Yves Gaulier
2020-02-07 22:33:18 +01:00
parent 18993043f2
commit 419440f5c2

View File

@@ -61,7 +61,7 @@ class TokenManipulator implements ManipulatorInterface
*
* @return Token
*/
public function create(User $user, $type, \DateTime $expiration = null, $data = null)
public function create($user, $type, \DateTime $expiration = null, $data = null)
{
static $stmt = null;