Skip to content

Commit 485fadd

Browse files
committed
Fix indentation
1 parent 98389dc commit 485fadd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?php
22

33
return [
4-
'default' => 'local',
4+
'default' => 'local',
55

6-
'servers' => [
7-
'local' => [
8-
'server' => '.',
9-
'namespace' => 'Root\CIMv2',
10-
'user' => null,
11-
'password' => null,
12-
'locale' => null,
13-
'authority' => null,
14-
'security_flags' => null,
15-
],
16-
],
6+
'servers' => [
7+
'local' => [
8+
'server' => '.',
9+
'namespace' => 'Root\CIMv2',
10+
'user' => null,
11+
'password' => null,
12+
'locale' => null,
13+
'authority' => null,
14+
'security_flags' => null,
15+
],
16+
],
1717
];

0 commit comments

Comments
 (0)