mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 10:18:55 +05:30
Added missing docblock
This commit is contained in:
parent
0812ca2927
commit
fd10861065
@ -4,6 +4,11 @@ namespace League\OAuth2\Server\Storage\PDO;
|
|||||||
|
|
||||||
class Db
|
class Db
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Db constructor
|
||||||
|
* @param array|string $dsn Connection DSN string or array of parameters
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
public function __construct($dsn = '')
|
public function __construct($dsn = '')
|
||||||
{
|
{
|
||||||
$db = \ezcDbFactory::create($dsn);
|
$db = \ezcDbFactory::create($dsn);
|
||||||
|
Loading…
Reference in New Issue
Block a user