Skip to content

Commit 14359cb

Browse files
authored
Removed trailing comma
1 parent 47027aa commit 14359cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Adapter/Builder/FtpAdapterDefinitionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ protected function configureDefinition(Definition $definition, array $options)
9494
$options['system_type'],
9595
$options['timestamps_on_unix_listings_enabled'],
9696
$options['ignore_passive_address'],
97-
$options['recurse_manually'],
97+
$options['recurse_manually']
9898
);
9999

100100
$definition->setClass(FtpAdapter::class);

0 commit comments

Comments
 (0)