Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
missing xml comment
  • Loading branch information
jakubmisek committed Apr 30, 2017
1 parent 9c43392 commit 489bc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Peachpie.Library/posix.cs
Expand Up @@ -443,6 +443,7 @@ internal static void EscapeBracketExpressionSpecialChars(StringBuilder/*!*/sb, s
/// <summary>
/// Takes endpoints of a range and returns string containing appropriate characters.
/// </summary>
/// <param name="ctx">Runtime context.</param>
/// <param name="firstCharacter">First endpoint of a range.</param>
/// <param name="secondCharacter">Second endpoint of a range.</param>
/// <param name="characters">String containing all characters that are to be in the range.</param>
Expand Down

0 comments on commit 489bc5a

Please sign in to comment.