Skip to content

Commit d6e8642

Browse files
committed
Fix tests
1 parent cdae370 commit d6e8642

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/yaml": "^4.4 || ^5.2 || ^6.0"
2929
},
3030
"require-dev": {
31-
"symfony/phpunit-bridge": "^6.1"
31+
"symfony/phpunit-bridge": "^6.4.1"
3232
},
3333
"autoload": {
3434
"psr-4": {

phpunit-deprecation-baseline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"message": "Return type of Symfony\\Component\\Process\\Process::getIterator(int $flags = 0) should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice",
1010
"count": 1
1111
},
12+
{
13+
"location": "Symfony\\Component\\Process\\Process",
14+
"message": "Return type of Symfony\\Component\\Process\\Process::getIterator($flags = 0) should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice",
15+
"count": 1
16+
},
1217
{
1318
"location": "Symfony\\Component\\Process\\Process",
1419
"message": "Return type of Symfony\\Component\\Process\\Process::getIterator(int $flags = 0) should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice",

0 commit comments

Comments
 (0)