Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit 00c88ce

Browse files
authored
Merge pull request #14 from ptondereau/master
2 parents 8388499 + b48da45 commit 00c88ce

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
/.gitattributes export-ignore
66
/.gitignore export-ignore
77
/.travis.yml export-ignore
8+
/.scrutinizer.yml export-ignore
89
/phpunit.xml.dist export-ignore
910
/.scrutinizer.yml export-ignore
1011
/tests export-ignore
12+
/demo export-ignore

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
build
22
composer.lock
33
docs
4-
node_modules
5-
npm-debug.log
64
vendor

src/Crawler/SearchResultAdCrawler.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Lbc\Crawler;
44

5-
use League\Uri\Components\Scheme;
65
use League\Uri\Schemes\Http;
76
use Symfony\Component\DomCrawler\Crawler;
87

src/Parser/AdUrlParser.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Lbc\Parser;
44

5-
use League\Uri\Components\Query;
65
use League\Uri\Modifiers\RemoveQueryKeys;
76
use League\Uri\Schemes\Http;
87

0 commit comments

Comments
 (0)