Skip to content

Commit fadcc7e

Browse files
committed
Refactor to PHP 8
- Add PHPUnit - Add CS - Improve unit tests - Refactor directory structure
1 parent fa1052a commit fadcc7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+5859
-6512
lines changed

.gitattributes

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.idea
2+
vendor/
3+
bin
4+
docker
5+
docker-compose.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Usage
2828
-----
2929

3030
```php
31-
use Sunra\PhpSimple\HtmlDomParser;
31+
use Sunra\PhpSimple\HtmlDomParser\PhpSimple\HtmlDomParser;
3232

3333
...
3434
$dom = HtmlDomParser::str_get_html( $str );

Src/Sunra/PhpSimple/HtmlDomParser.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

Src/Sunra/PhpSimple/simplehtmldom_1_5/app/google.htm

Lines changed: 0 additions & 891 deletions
This file was deleted.

Src/Sunra/PhpSimple/simplehtmldom_1_5/app/index.php

Lines changed: 0 additions & 144 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)