Static analysis with PHPStan

This commit is contained in:
Lukáš Unger
2018-02-11 21:51:47 +01:00
parent 4c548dbd78
commit eca385ab08
12 changed files with 28 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ interface RefreshTokenEntityInterface
/**
* Set the token's identifier.
*
* @param $identifier
* @param mixed $identifier
*/
public function setIdentifier($identifier);