File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"ext-json" : " *" ,
26
26
"ext-libxml" : " *" ,
27
27
"composer-runtime-api" : " ^2.0" ,
28
- "phpunit/phpunit" : " ^10.0" ,
28
+ "phpunit/phpunit" : " ^10.0|^11.0 " ,
29
29
"symfony/property-access" : " ^5.2|^6.2|^7.0" ,
30
30
"symfony/serializer" : " ^5.2|^6.2|^7.0" ,
31
31
"symfony/yaml" : " ^5.2|^6.2|^7.0"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function markTestIncompleteIfSnapshotsHaveChanged()
49
49
$ this ->markTestIncomplete ($ formattedMessages );
50
50
}
51
51
52
- public function assertMatchesSnapshot ($ actual , Driver $ driver = null ): void
52
+ public function assertMatchesSnapshot ($ actual , ? Driver $ driver = null ): void
53
53
{
54
54
if (! is_null ($ driver )) {
55
55
$ this ->doSnapshotAssertion ($ actual , $ driver );
You can’t perform that action at this time.
0 commit comments