@@ -89,18 +89,18 @@ |
||
89 | 89 | { |
90 | 90 | $config = []; |
91 | 91 | foreach ([ |
92 | - 'host', |
|
93 | - 'port', |
|
94 | - 'username', |
|
95 | - 'password', |
|
96 | - 'ssl', |
|
97 | - 'timeout', |
|
98 | - 'root', |
|
99 | - 'permPrivate', |
|
100 | - 'permPublic', |
|
101 | - 'passive', |
|
102 | - 'transferMode', |
|
103 | - ] as $name) { |
|
92 | + 'host', |
|
93 | + 'port', |
|
94 | + 'username', |
|
95 | + 'password', |
|
96 | + 'ssl', |
|
97 | + 'timeout', |
|
98 | + 'root', |
|
99 | + 'permPrivate', |
|
100 | + 'permPublic', |
|
101 | + 'passive', |
|
102 | + 'transferMode', |
|
103 | + ] as $name) { |
|
104 | 104 | if ($this->$name !== null) { |
105 | 105 | $config[$name] = $this->$name; |
106 | 106 | } |