SFTP option key "connectivity checker" does not match with key "connectivityChecker" from SftpConnectionProvider::fromArray
Summary
When I want to use own connectivity checker, I cannot use it, because in \Oneup\FlysystemBundle\DependencyInjection\Factory\Adapter\SftpFactory::addConfiguration is "connectivity checker" as scalarNode, but in factory \League\Flysystem\PhpseclibV2\SftpConnectionProvider::fromArray is expected "connectivityChecker" key in array.
How to reproduce
Just try to use your own Connectivity Checker for SFTP.
Bug Report
SFTP option key "connectivity checker" does not match with key "connectivityChecker" from SftpConnectionProvider::fromArray
Summary
When I want to use own connectivity checker, I cannot use it, because in
\Oneup\FlysystemBundle\DependencyInjection\Factory\Adapter\SftpFactory::addConfiguration
is "connectivity checker" asscalarNode
, but in factory\League\Flysystem\PhpseclibV2\SftpConnectionProvider::fromArray
is expected "connectivityChecker" key in array.How to reproduce
Just try to use your own Connectivity Checker for SFTP.