mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-28 17:08:41 +00:00
Fix missing docblock components NO_CI
This commit is contained in:
parent
afb31253c8
commit
5e0a6a0fd6
|
|
@ -179,6 +179,10 @@ abstract class ConnectionAbstract implements ConnectionInterface
|
|||
|
||||
/**
|
||||
* array{db:string, host:string, port:int, login:string, password:string, database:string, prefix:string} $dbdata the basic database information for establishing a connection
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
abstract public function connect(array $dbdata = null) : void;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user