Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 3, 2019
1 parent f408262 commit 4ab45ce
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 @@ -46,7 +46,7 @@ To configure the conversion, you can use the following constants (all enabled by
There's also additional settings that you can enable (they're disabled by default)

* `Env::USE_ENV_ARRAY` To get the values from `$_ENV`, instead `getenv()`.
* `Env::LOCAL_FIRST` To get first the values of locally-set environment variables`.
* `Env::LOCAL_FIRST` To get first the values of locally-set environment variables.

```php
//Convert booleans and null, but not integers or strip quotes
Expand Down

0 comments on commit 4ab45ce

Please sign in to comment.