File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ updates:
16
16
interval : " daily"
17
17
allow :
18
18
- dependency-type : " development"
19
+ ignore :
20
+ - dependency-name : " phpstan/*"
21
+ - dependency-name : " phpunit/phpunit"
22
+ versions : [ ">= 9.0.0" ]
23
+ - dependency-name : " rector/rector"
19
24
versioning-strategy : " increase"
20
25
commit-message :
21
26
prefix : " [Dependabot] "
Original file line number Diff line number Diff line change 29
29
"require-dev" : {
30
30
"php-parallel-lint/php-parallel-lint" : " 1.4.0" ,
31
31
"phpstan/extension-installer" : " 1.4.3" ,
32
- "phpstan/phpstan" : " 1.12.9 " ,
33
- "phpstan/phpstan-phpunit" : " 1.4.0 " ,
32
+ "phpstan/phpstan" : " 1.12.12 || 2.0.3 " ,
33
+ "phpstan/phpstan-phpunit" : " 1.4.1 || 2.0.1 " ,
34
34
"phpunit/phpunit" : " 8.5.40" ,
35
- "rector/rector" : " 1.2.10"
35
+ "rector/rector" : " 1.2.10 || 2.0.0 "
36
36
},
37
37
"suggest" : {
38
38
"ext-mbstring" : " for parsing UTF-8 CSS"
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
ignoreErrors :
3
3
-
4
- message : " #^Call to an undefined method Sabberworm\\\\ CSS\\\\ OutputFormat\\ :\\ :setIndentation\\ (\\ )\\ .$#"
4
+ message : ' #^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:setIndentation\(\)\.$#'
5
+ identifier : method.notFound
5
6
count : 2
6
7
path : ../src/OutputFormat.php
7
8
8
9
-
9
- message : " #^Class Sabberworm\\\\ CSS\\\\ Value\\\\ Size constructor invoked with 5 parameters, 1\\ -4 required\\ .$#"
10
+ message : ' #^Class Sabberworm\\CSS\\Value\\Size constructor invoked with 5 parameters, 1\-4 required\.$#'
11
+ identifier : arguments.count
10
12
count : 2
11
13
path : ../src/RuleSet/DeclarationBlock.php
12
14
15
+ -
16
+ message : ' #^@covers value \\Sabberworm\\CSS\\Value\\Value\:\:parseValue\(\) references an invalid method\.$#'
17
+ identifier : phpunit.coversMethod
18
+ count : 2
19
+ path : ../tests/ParserTest.php
20
+
You can’t perform that action at this time.
0 commit comments