Skip to content

Commit

Permalink
updated signature (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael authored Sep 19, 2024
1 parent ca56417 commit 67a11b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Persistence/PaYaml/Serialization/PaYamlSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public static bool CheckIsSequence(string yaml)
/// <param name="reader"></param>
/// <returns></returns>
/// <exception cref="ArgumentNullException">thrown when <paramref name="reader"/> is null.</exception>
public static bool CheckIsSequence(StringReader reader)
public static bool CheckIsSequence(TextReader reader)
{
ArgumentNullException.ThrowIfNull(reader);

Expand Down

0 comments on commit 67a11b2

Please sign in to comment.