Completed
Pull Request — master (#2)
by
unknown
01:44
created
demo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,6 +5,6 @@
 block discarded – undo
5 5
 use GuzzleHttp\Psr7\Request;
6 6
 
7 7
 $request = new Request('PUT', 'http://httpbin.org/put');
8
-$response = $client->send($request, ['timeout' => 2]);
8
+$response = $client->send($request, [ 'timeout' => 2 ]);
9 9
 
10 10
 
Please login to merge, or discard this patch.