Skip to content

Commit 939dfda

Browse files
Merge branch '3.6'
2 parents d400e28 + 8f7961f commit 939dfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ One or more environment variables failed assertions: FOO is not an integer
261261

262262
### Boolean Variables
263263

264-
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:
264+
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:
265265

266266
```php
267267
$dotenv->required('FOO')->isBoolean();

0 commit comments

Comments
 (0)