Skip to content

Commit

Permalink
Fix reference to removed option in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TRowbotham committed Nov 9, 2023
1 parent edaf3f4 commit 4ae5419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Intl/Idn/Idn.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ private static function process($domain, array $options, Info $info)
}

// Step 4.2. Attempt to convert the rest of the label to Unicode according to Punycode [RFC3492]. If
// that conversion fails and if not IgnoreInvalidPunycode, record that there was an error, and continue
// that conversion fails, record that there was an error, and continue
// with the next label. Otherwise replace the original label in the string by the results of the
// conversion.
try {
Expand Down

0 comments on commit 4ae5419

Please sign in to comment.