Skip to content

Commit cbb9870

Browse files
committed
ENGCOM-2569: Fix static tests failure.
1 parent e65d3e5 commit cbb9870

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/System

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/System/Ftp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function validateConnectionString($string)
109109
}
110110

111111
// Decode user & password strings from URL
112-
foreach (array_intersect(array_keys($data), ['user','pass']) as $key) {
112+
foreach (array_intersect(array_keys($data), ['user', 'pass']) as $key) {
113113
$data[$key] = urldecode($data[$key]);
114114
}
115115

0 commit comments

Comments
 (0)