Skip to content

Commit 40d7f29

Browse files
committed
patch
1 parent 708f638 commit 40d7f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Constraint/XmlMatchesXsd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
use PHPUnit\Runner\Version;
1616

17-
class_alias(XmlMatchesXsdForV11::class, XmlMatchesXsd::class);
17+
class_alias(XmlMatchesXsdForV9::class, XmlMatchesXsd::class);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @internal
2121
*/
22-
final class XmlMatchesXsdForV11 extends Constraint
22+
final class XmlMatchesXsdForV9 extends Constraint
2323
{
2424
/**
2525
* @var string[]

0 commit comments

Comments
 (0)