Skip to content

Commit f51cff1

Browse files
Update dependency phpunit/php-code-coverage to ^14.1.10 (#1111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Filippo Tessarotto <zoeslam@gmail.com>
1 parent 5c30327 commit f51cff1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"ext-simplexml": "*",
4141
"fidry/cpu-core-counter": "^1.3.0",
4242
"jean85/pretty-package-versions": "^2.1.1",
43-
"phpunit/php-code-coverage": "^14.1.9",
43+
"phpunit/php-code-coverage": "^14.1.10",
4444
"phpunit/php-file-iterator": "^7",
4545
"phpunit/php-timer": "^9",
4646
"phpunit/phpunit": "^13.1.13",
4747
"sebastian/environment": "^9.3.2",
48-
"symfony/console": "^7.4.8 || ^8.0.11",
49-
"symfony/process": "^7.4.8 || ^8.0.11"
48+
"symfony/console": "^7.4.8 || ^8.1.0",
49+
"symfony/process": "^7.4.8 || ^8.1.0"
5050
},
5151
"require-dev": {
5252
"ext-pcntl": "*",
@@ -57,7 +57,7 @@
5757
"phpstan/phpstan-deprecation-rules": "^2.0.4",
5858
"phpstan/phpstan-phpunit": "^2.0.16",
5959
"phpstan/phpstan-strict-rules": "^2.0.11",
60-
"symfony/filesystem": "^7.4.8 || ^8.0.11"
60+
"symfony/filesystem": "^7.4.8 || ^8.1.0"
6161
},
6262
"autoload": {
6363
"psr-4": {

phpstan-baseline.neon

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ parameters:
6666
count: 1
6767
path: src/WrapperRunner/SuiteLoader.php
6868

69-
-
70-
message: '#^Cannot cast mixed to string\.$#'
71-
identifier: cast.string
72-
count: 1
73-
path: src/WrapperRunner/WorkerCrashedException.php
74-
7569
-
7670
message: '#^Parameter \#1 \$paths of method SebastianBergmann\\CodeCoverage\\Serialization\\Merger\:\:merge\(\) expects list\<non\-empty\-string\>, array\<int\<0, max\>, string\> given\.$#'
7771
identifier: argument.type
@@ -258,6 +252,12 @@ parameters:
258252
count: 1
259253
path: src/WrapperRunner/WrapperWorker.php
260254

255+
-
256+
message: '#^Parameter \#3 \$env of class Symfony\\Component\\Process\\Process constructor expects array\<string, string\|Stringable\|false\>\|null, array\{PARATEST\: int, TEST_TOKEN\?\: int, UNIQUE_TEST_TOKEN\?\: non\-empty\-string\} given\.$#'
257+
identifier: argument.type
258+
count: 1
259+
path: src/WrapperRunner/WrapperWorker.php
260+
261261
-
262262
message: '#^Call to an undefined method Symfony\\Component\\Console\\Application\:\:add\(\)\.$#'
263263
identifier: method.notFound

0 commit comments

Comments
 (0)