Fix type annotation

This commit is contained in:
M. Vondano 2020-10-04 12:25:24 +02:00 committed by GitHub
parent 7db7dcc431
commit bfde15b728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Token
/**
* Tests the current token for a type and/or a value.
*
* @param array|int $type The type to test
* @param string $type The type to test
* @param string|null $value The token value
*
* @return bool