File tree 2 files changed +3
-15
lines changed
2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 14
14
"php" : " ~8.3.0 || ~8.4.0"
15
15
},
16
16
"require-dev" : {
17
- "phpstan/phpstan" : " ^2.1.8 " ,
18
- "phpstan/phpstan-phpunit" : " ^2.0.4 " ,
17
+ "phpstan/phpstan" : " ^2.1.11 " ,
18
+ "phpstan/phpstan-phpunit" : " ^2.0.5 " ,
19
19
"phpstan/phpstan-strict-rules" : " ^2.0.4" ,
20
- "phpunit/phpunit" : " ^12.0.9 " ,
20
+ "phpunit/phpunit" : " ^12.0.10 " ,
21
21
"slam/php-cs-fixer-extensions" : " ^3.12" ,
22
22
"symfony/console" : " ^7.2.1"
23
23
},
Original file line number Diff line number Diff line change @@ -42,15 +42,3 @@ parameters:
42
42
count : 1
43
43
path : tests/ErrorHandlerTest.php
44
44
45
- -
46
- message : ' #^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringContainsString\(\) expects string, mixed given\.$#'
47
- identifier : argument.type
48
- count : 2
49
- path : tests/ErrorHandlerTest.php
50
-
51
- -
52
- message : ' #^Parameter \#1 \$needle of static method PHPUnit\\Framework\\Assert\:\:assertStringNotContainsString\(\) expects string, mixed given\.$#'
53
- identifier : argument.type
54
- count : 2
55
- path : tests/ErrorHandlerTest.php
56
-
You can’t perform that action at this time.
0 commit comments