mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16965] Adjust docblocks
PHPBB3-16965
This commit is contained in:
parent
ae799c57c0
commit
e7eb1cdd52
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class connection_parameter_factory
|
|||
* Returns configuration options for Doctrine DBAL.
|
||||
*
|
||||
* @param string $driver Driver name.
|
||||
* @param string $host Hostname.
|
||||
* @param string|null $host Hostname.
|
||||
* @param string|null $user Username.
|
||||
* @param string|null $password Password.
|
||||
* @param string|null $name Database name.
|
||||
|
@ -61,7 +61,7 @@ class connection_parameter_factory
|
|||
* Build Doctrine configuration array.
|
||||
*
|
||||
* @param array $params Parameter array.
|
||||
* @param string $host Database hostname.
|
||||
* @param string|null $host Database hostname.
|
||||
* @param string|null $user Username.
|
||||
* @param string|null $password Password.
|
||||
* @param string|null $name Database name.
|
||||
|
|
Loading…
Add table
Reference in a new issue