Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
hedii committed Jul 6, 2015
1 parent 1794f52 commit 266b130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ColissimoApi/ColissimoApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private function storeTable($data)
*/
private function parse($url)
{
$url = file_get_contents($url);
$url = file_get_contents($url);
$dom = new DOMDocument();
@$html = $dom->loadHTML(mb_convert_encoding($url, 'HTML-ENTITIES', 'UTF-8'));
$dom->preserveWhiteSpace = false;
Expand Down

0 comments on commit 266b130

Please sign in to comment.