Skip to content

Commit

Permalink
match nl
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 2, 2025
1 parent 3841bef commit 8e14908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interfaces/StringParameterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
interface StringParameterInterface extends ParameterInterface
{
public const PATTERN_DEFAULT = '/^.*$/';
public const PATTERN_DEFAULT = '/^.*$/s';

/**
* Asserts the given `$value` is valid.
Expand Down

0 comments on commit 8e14908

Please sign in to comment.