From 8e14908e57a8c5a2093de92cf614fca946a58dd2 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:05:52 -0300 Subject: [PATCH] match nl --- src/Interfaces/StringParameterInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interfaces/StringParameterInterface.php b/src/Interfaces/StringParameterInterface.php index 698d4a6..23d278c 100644 --- a/src/Interfaces/StringParameterInterface.php +++ b/src/Interfaces/StringParameterInterface.php @@ -21,7 +21,7 @@ */ interface StringParameterInterface extends ParameterInterface { - public const PATTERN_DEFAULT = '/^.*$/'; + public const PATTERN_DEFAULT = '/^.*$/s'; /** * Asserts the given `$value` is valid.