mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-20 21:38:41 +00:00
Improve array docblock NO_CI
This commit is contained in:
parent
5e0a6a0fd6
commit
067b1856d2
|
|
@ -44,7 +44,7 @@ final class MemCached extends ConnectionAbstract
|
|||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param array $data Cache data
|
||||
* @param array{host:string, port:int} $data Cache data
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -55,7 +55,13 @@ final class MemCached extends ConnectionAbstract
|
|||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* Connect to cache
|
||||
*
|
||||
* @param array{host:string, port:int} $data Cache data
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function connect(array $data) : void
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user