Skip to content

Commit

Permalink
Merge branch '3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 12, 2020
2 parents d400e28 + 8f7961f commit 939dfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ One or more environment variables failed assertions: FOO is not an integer

### Boolean Variables

You may need to ensure a variable is in the form of a boolean, accepting "On", "1", "Yes", "Off", "0" and "No". You may do the following:
You may need to ensure a variable is in the form of a boolean, accepting "true", "false", "On", "1", "Yes", "Off", "0" and "No". You may do the following:

```php
$dotenv->required('FOO')->isBoolean();
Expand Down

0 comments on commit 939dfda

Please sign in to comment.