Skip to content

Commit e380966

Browse files
Fix strtr pos name
1 parent 81caf4a commit e380966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rules/IdVN.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ private static function idPregFormatPart(bool $old): string
4444
'245',
4545
'28[015]'
4646
]),
47-
'range1' => $range1,
48-
'range2' => $range2
47+
'::range1::' => $range1,
48+
'::range2::' => $range2
4949
]);
5050
}
5151

0 commit comments

Comments
 (0)