Update composer

This commit is contained in:
Daniel Mason 2022-02-08 19:08:07 +13:00
parent 80d64e79ff
commit dd0bb8947f
16 changed files with 152 additions and 143 deletions

View file

@ -163,6 +163,7 @@ class Redis
* Note: the 'user' part of the DSN is not used.
*
* @param string $dsn A DSN string
*
* @return array An array of DSN compotnents, with 'false' values for any unknown components. e.g.
* [host, port, db, user, pass, options]
*/