Skip to content

Commit a415dd4

Browse files
committed
update README about default boolean values
1 parent e64ca04 commit a415dd4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,16 @@ public function routeNotificationForSmsapiGroup()
179179
- `content(string $content)`
180180
- `template(string $template)`
181181
- `from(string $from)`
182-
- `fast(bool $fast)`
183-
- `flash(bool $flash)`
182+
- `fast(bool $fast = true)`
183+
- `flash(bool $flash = true)`
184184
- `encoding(string $encoding)`
185-
- `normalize(bool $normalize)`
186-
- `nounicode(bool $nounicode)`
187-
- `single(bool $single)`
185+
- `normalize(bool $normalize = true)`
186+
- `nounicode(bool $nounicode = true)`
187+
- `single(bool $single = true)`
188188
- `date(int|string $date)`
189189
- `notifyUrl(string $notifyUrl)`
190190
- `partner(string $partner)`
191-
- `test(bool $test)`
191+
- `test(bool $test = true)`
192192

193193
#### SmsapiMmsMessage
194194

@@ -199,7 +199,7 @@ public function routeNotificationForSmsapiGroup()
199199
- `date(int|string $date)`
200200
- `notifyUrl(string $notifyUrl)`
201201
- `partner(string $partner)`
202-
- `test(bool $test)`
202+
- `test(bool $test = true)`
203203

204204
#### SmsapiVmsMessage
205205

@@ -211,11 +211,11 @@ public function routeNotificationForSmsapiGroup()
211211
- `from(string $from)`
212212
- `tries(int $tries)`
213213
- `interval(int $interval)`
214-
- `skipGsm(bool $skipGsm)`
214+
- `skipGsm(bool $skipGsm = true)`
215215
- `date(int|string $date)`
216216
- `notifyUrl(string $notifyUrl)`
217217
- `partner(string $partner)`
218-
- `test(bool $test)`
218+
- `test(bool $test = true)`
219219

220220
## Changelog
221221

0 commit comments

Comments
 (0)