Skip to content

Commit 5316a77

Browse files
committed
patch
1 parent f7563df commit 5316a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Constraint/IsIdenticalString.php

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

1414
use PHPUnit\Runner\Version;
1515

16-
class_alias(IsIdenticalStringForV11::class, IsIdenticalString::class);
16+
class_alias(IsIdenticalStringForV9::class, IsIdenticalString::class);

src/Constraint/IsIdenticalStringForV11.php renamed to src/Constraint/IsIdenticalStringForV9.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @internal
2222
*/
23-
final class IsIdenticalStringForV11 extends Constraint
23+
final class IsIdenticalStringForV9 extends Constraint
2424
{
2525
/**
2626
* @var mixed

0 commit comments

Comments
 (0)