Skip to content

Commit

Permalink
update README about default boolean values
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrost committed May 2, 2017
1 parent e64ca04 commit a415dd4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,16 @@ public function routeNotificationForSmsapiGroup()
- `content(string $content)`
- `template(string $template)`
- `from(string $from)`
- `fast(bool $fast)`
- `flash(bool $flash)`
- `fast(bool $fast = true)`
- `flash(bool $flash = true)`
- `encoding(string $encoding)`
- `normalize(bool $normalize)`
- `nounicode(bool $nounicode)`
- `single(bool $single)`
- `normalize(bool $normalize = true)`
- `nounicode(bool $nounicode = true)`
- `single(bool $single = true)`
- `date(int|string $date)`
- `notifyUrl(string $notifyUrl)`
- `partner(string $partner)`
- `test(bool $test)`
- `test(bool $test = true)`

#### SmsapiMmsMessage

Expand All @@ -199,7 +199,7 @@ public function routeNotificationForSmsapiGroup()
- `date(int|string $date)`
- `notifyUrl(string $notifyUrl)`
- `partner(string $partner)`
- `test(bool $test)`
- `test(bool $test = true)`

#### SmsapiVmsMessage

Expand All @@ -211,11 +211,11 @@ public function routeNotificationForSmsapiGroup()
- `from(string $from)`
- `tries(int $tries)`
- `interval(int $interval)`
- `skipGsm(bool $skipGsm)`
- `skipGsm(bool $skipGsm = true)`
- `date(int|string $date)`
- `notifyUrl(string $notifyUrl)`
- `partner(string $partner)`
- `test(bool $test)`
- `test(bool $test = true)`

## Changelog

Expand Down

0 comments on commit a415dd4

Please sign in to comment.