Commit 622cd1e
authored
:not pseudo selector (#234)
* build: require phpcs/phpmd
* maintenance: refactor to reduce complexity of main class
closes #16
* build: php8.1 compatability
* ci: phpcs and phpmd
* ci: codacy
* ci: codacy ignore girhub
* feature: :not pseudo
* tidy: php 8.0 compatibility
* build: upgrade dependencies
* build: php 8.2 compatibility
* feature: not selector classes
* ci: codacy
* tidy: improve complexity of `buildConditionFromToken`
* tidy: improve complexity of `buildConditionFromToken`1 parent 1409790 commit 622cd1e
File tree
13 files changed
+584
-101
lines changed- src
- test/phpunit
13 files changed
+584
-101
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
35 | 85 | | |
36 | 86 | | |
37 | 87 | | |
38 | 88 | | |
39 | 89 | | |
40 | 90 | | |
41 | | - | |
| 91 | + | |
42 | 92 | | |
43 | 93 | | |
44 | 94 | | |
45 | 95 | | |
46 | 96 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
50 | 100 | | |
51 | 101 | | |
52 | | - | |
53 | | - | |
| 102 | + | |
| 103 | + | |
54 | 104 | | |
55 | 105 | | |
56 | | - | |
57 | | - | |
| 106 | + | |
| 107 | + | |
58 | 108 | | |
59 | | - | |
60 | | - | |
| 109 | + | |
| 110 | + | |
61 | 111 | | |
62 | 112 | | |
63 | 113 | | |
64 | 114 | | |
65 | | - | |
66 | | - | |
| 115 | + | |
| 116 | + | |
67 | 117 | | |
68 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
69 | 127 | | |
0 commit comments