Skip to content

Commit cb91939

Browse files
authored
Apply fixes from StyleCI (#6)
[ci skip] [skip ci]
1 parent 0e50b4c commit cb91939

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function upload(string $url, array $files = [], array $form = [], array $
108108

109109
foreach ($files as $name => $path) {
110110
$multipart[] = [
111-
'name' => $name,
111+
'name' => $name,
112112
'contents' => fopen($path, 'r'),
113113
];
114114
}

src/Config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class Config
2424
* @var array
2525
*/
2626
protected $options = [
27-
'base_uri' => null,
28-
'timeout' => 3000,
27+
'base_uri' => null,
28+
'timeout' => 3000,
2929
'connect_timeout' => 3000,
30-
'proxy' => [],
30+
'proxy' => [],
3131
];
3232

3333
/**

0 commit comments

Comments
 (0)