diff --git a/src/League/OAuth2/Server/Storage/PDO/Db.php b/src/League/OAuth2/Server/Storage/PDO/Db.php index a2b59664..5922df19 100644 --- a/src/League/OAuth2/Server/Storage/PDO/Db.php +++ b/src/League/OAuth2/Server/Storage/PDO/Db.php @@ -4,6 +4,11 @@ namespace League\OAuth2\Server\Storage\PDO; class Db { + /** + * Db constructor + * @param array|string $dsn Connection DSN string or array of parameters + * @return void + */ public function __construct($dsn = '') { $db = \ezcDbFactory::create($dsn);