Skip to content

Commit

Permalink
~example
Browse files Browse the repository at this point in the history
  • Loading branch information
vantoozz committed Jun 30, 2017
1 parent ec7ef13 commit b71a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03-composite_scraper_error_hadling.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function get(): \Generator
{
public function get(): \Generator
{
yield new Proxy(new Ipv4('127.0.0.1'), new Port(8888));
yield new Proxy(new Ipv4('192.168.0.1'), new Port(8888));
}
});

Expand Down

0 comments on commit b71a3ef

Please sign in to comment.