This repository was archived by the owner on Oct 7, 2021. It is now read-only.
3 files changed
+4
-3
lines changed- CHANGELOG.md+7-2
- composer.json+4-4
- docs/index.rst+1-1
- docs/project/code-of-conduct.rst+80
- src/ArgumentArray.php+2-2
- src/Configuration.php+3-3
- src/Contract/DocumentInterface.php+1-1
- src/Document.php+1-1
- src/Element/AbstractElement.php-1
- src/Engine.php+4-4
- src/Entities.php+1-1
- tests/src/Feature/SecurityTest.php+65
- tests/src/Resource/Element/Bitwise.php-1
- tests/src/Resource/inputs/security-test.html+10
- tests/src/Resource/outputs/security-test.html+14
- tests/src/Unit/DocumentTest.php-1
- tests/src/Unit/Element/AbstractElementTest.php-1
- tests/src/Unit/Element/ElementPoolTest.php+5-6
- tests/src/Unit/Exception/ExceptionTest.php-1
- tests/src/Unit/KernelTest.php+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| 23 | + | |
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
| |||
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
37 |
| - | |
38 |
| - | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
|
0 commit comments