Skip to content

Commit

Permalink
new cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alen Kocaj committed Aug 30, 2017
1 parent 13a2701 commit dd124ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// By passing options, the default options we set for the client can be extended by e.g proxy features.
// The options can be passed as a variable, otherwise be left empty. Please note: in order to use the options, the URL parameter must be passed.
$options = [
"timeout" => 30,
"timeout" => 30,
"proxy" => [
"http" => "tcp://localhost:8125",
],
Expand Down

0 comments on commit dd124ea

Please sign in to comment.