Skip to content

Commit ab120dd

Browse files
committed
Fix tests
1 parent 834255b commit ab120dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/ParameterExamples.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
1,
7373
2,
7474
],
75-
'period:\'day\'|\'week\'|\'month\'' => 'week',
76-
'period:"day"|"week"|"month"' => 'week',
75+
'period:\'day\'|\'week\'|\'month\'' => 'day',
76+
'period:"day"|"week"|"month"' => 'day',
7777
'emailMe:bool' => true,
7878
'additionalEmails:list<string>' => [
7979
'alice@example.org',

0 commit comments

Comments
 (0)