Commit 21a5de3
committed
Merge branch 'v8.x' of https://github.com/MyIntervals/PHP-CSS-Parser into fix/malformed-identifier
* 'v8.x' of https://github.com/MyIntervals/PHP-CSS-Parser: (46 commits)
[CLEANUP] Autoformat the code (MyIntervals#749)
[TASK] Prepare the 8.7.0 release (MyIntervals#742)
[BUGFIX] Fix another implictly nullable parameter (MyIntervals#751)
[CLEANUP] Autoformat the changelog (MyIntervals#750)
[TASK] Configure PHPUnit to be more strict (MyIntervals#744)
[BUGFIX] Avoid implicit nullable parameters (MyIntervals#746)
[BUGFIX] Revert broken support for multiple comments (MyIntervals#741)
[TASK] Add some more tests for parsing comments (MyIntervals#739)
[TASK] Use fixed PHPUnit versions (MyIntervals#726)
[TASK] Update PHPUnit (MyIntervals#725)
[TASK] State since which version code is `@internal`/`@deprecated` (MyIntervals#723)
[TASK] Deprecate the expansion of shorthand properties (MyIntervals#719)
[TASK] Mark parsing-internal classes and methods as `@internal` (MyIntervals#711)
[TASK] Deprecate `Parser::setCharset()` and `Parser::getCharset()` (MyIntervals#703)
[FEATURE] Run the tests on CI with PHP 8.4 as well (MyIntervals#701)
[TASK] Run the tests with PHP versions up to 8.3 (MyIntervals#697)
[TASK] Also allow higher versions of PHPUnit (MyIntervals#682)
[BUGFIX] Fix type errors in PHP strict mode (MyIntervals#695)
[TASK] Block installations on unsupported higher PHP versions (MyIntervals#692)
[BUGFIX] Avoid using `setUp()` in testcases (MyIntervals#683)
...File tree
48 files changed
+846
-156
lines changed- .github/workflows
- config
- src
- CSSList
- Comment
- Parsing
- Property
- RuleSet
- Rule
- Value
- tests
- CSSList
- Comment
- RuleSet
- Value
- fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+846
-156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 44 | + | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
| 48 | + | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | | - | |
| 56 | + | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
| 62 | + | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 75 | + | |
85 | 76 | | |
86 | 77 | | |
87 | 78 | | |
| |||
103 | 94 | | |
104 | 95 | | |
105 | 96 | | |
106 | | - | |
| 97 | + | |
107 | 98 | | |
108 | 99 | | |
109 | 100 | | |
| |||
116 | 107 | | |
117 | 108 | | |
118 | 109 | | |
119 | | - | |
| 110 | + | |
120 | 111 | | |
121 | 112 | | |
122 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments