Skip to content

Commit

Permalink
Fix connectivityChecker array key for SftpFactory (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtabiberle authored Oct 18, 2021
1 parent d1ccd6f commit 8ce5f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Factory/Adapter/SftpFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function addConfiguration(NodeDefinition $node): void
->scalarNode('timeout')->defaultValue(10)->end()
->scalarNode('maxTries')->defaultValue(4)->end()
->scalarNode('hostFingerprint')->defaultNull()->end()
->scalarNode('connectivity checker')->defaultNull()->end()
->scalarNode('connectivityChecker')->defaultNull()->end()
->scalarNode('root')->isRequired()->end()
->end()
->end()
Expand Down

0 comments on commit 8ce5f0e

Please sign in to comment.