Skip to content

Commit

Permalink
Apply fixes from StyleCI (#6)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
overtrue authored Nov 27, 2018
1 parent 0e50b4c commit cb91939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function upload(string $url, array $files = [], array $form = [], array $

foreach ($files as $name => $path) {
$multipart[] = [
'name' => $name,
'name' => $name,
'contents' => fopen($path, 'r'),
];
}
Expand Down
6 changes: 3 additions & 3 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class Config
* @var array
*/
protected $options = [
'base_uri' => null,
'timeout' => 3000,
'base_uri' => null,
'timeout' => 3000,
'connect_timeout' => 3000,
'proxy' => [],
'proxy' => [],
];

/**
Expand Down

0 comments on commit cb91939

Please sign in to comment.