Improve file cache array docblock NO_CI

This commit is contained in:
Dennis Eichhorn 2020-02-05 15:54:31 +01:00 committed by GitHub
parent 067b1856d2
commit 0fbbc40237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,9 @@ final class FileCache extends ConnectionAbstract
}
/**
* {@inheritdoc}
* Connect to cache
*
* @param array{0:string} $data Cache data (path to cache directory)
*/
public function connect(array $data) : void
{