https://github.com/PhpGt/Csrf/blob/143f457ff47cfa39a74dfe57808d2d65e69180da/src/TokenStore.php#L67 I don't think the parameter type hint is correct for `verify` - an ordinary `$_POST` variable won't satisfy the constraint.
https://github.com/PhpGt/Csrf/blob/143f457ff47cfa39a74dfe57808d2d65e69180da/src/TokenStore.php#L67
I don't think the parameter type hint is correct for
verify- an ordinary$_POSTvariable won't satisfy the constraint.