Skip to content

Commit c9cdb9f

Browse files
committed
Fix wrong array indentation
1 parent 902ea35 commit c9cdb9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/connect/ca-dir.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$uri = 'mongodb://<hostname>:<port>';
44

55
$uriOptions = [
6-
'tls' => true,
6+
'tls' => true,
77
];
88

99
$driverOptions = [

source/includes/connect/crl-file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$uri = 'mongodb://<hostname>:<port>';
44

55
$uriOptions = [
6-
'tls' => true,
6+
'tls' => true,
77
];
88

99
$driverOptions = [

0 commit comments

Comments
 (0)