forked from aslan/applicant-site
fix lint
This commit is contained in:
parent
b8063db38b
commit
42ac5057c4
|
@ -20,7 +20,6 @@ class PageScrapper
|
||||||
$arr = [];
|
$arr = [];
|
||||||
$rez = preg_match_all($strForPregMatch, $page, $arr);
|
$rez = preg_match_all($strForPregMatch, $page, $arr);
|
||||||
return $content = $arr[1][0] . '</div>';
|
return $content = $arr[1][0] . '</div>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function normalizeURLFile($content)
|
public function normalizeURLFile($content)
|
||||||
|
|
Loading…
Reference in New Issue