We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447fcb8 commit 34ba5d4Copy full SHA for 34ba5d4
2 files changed
composer.json
@@ -46,7 +46,11 @@
46
"autoload": {
47
"psr-4": {
48
"Sabberworm\\CSS\\": "src/"
49
- }
+ },
50
+ "files": [
51
+ "src/Rule/Rule.php",
52
+ "src/RuleSet/RuleContainer.php"
53
+ ]
54
},
55
"autoload-dev": {
56
config/phpstan.neon
@@ -15,10 +15,6 @@ parameters:
15
- %currentWorkingDirectory%/src/
16
- %currentWorkingDirectory%/tests/
17
18
- bootstrapFiles:
19
- - %currentWorkingDirectory%/src/Rule/Rule.php
20
- - %currentWorkingDirectory%/src/RuleSet/RuleContainer.php
21
-
22
type_perfect:
23
no_mixed_property: true
24
no_mixed_caller: true
0 commit comments