From 489bc5aff8d4cc34c34e1de8049e4c7b9101076c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Sun, 30 Apr 2017 18:02:55 +0200 Subject: [PATCH] cleanup missing xml comment --- src/Peachpie.Library/posix.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Peachpie.Library/posix.cs b/src/Peachpie.Library/posix.cs index cf042117f3..d5bfbd5515 100644 --- a/src/Peachpie.Library/posix.cs +++ b/src/Peachpie.Library/posix.cs @@ -443,6 +443,7 @@ internal static void EscapeBracketExpressionSpecialChars(StringBuilder/*!*/sb, s /// /// Takes endpoints of a range and returns string containing appropriate characters. /// + /// Runtime context. /// First endpoint of a range. /// Second endpoint of a range. /// String containing all characters that are to be in the range.