We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86826b9 commit 69e5c9fCopy full SHA for 69e5c9f
README.md
@@ -74,7 +74,7 @@ $config = [
74
75
// 'int' - cast to integer before return.
76
// 'float' - cast to float before return.
77
- // 'bool' - cast to float before return. Yes, true, 1 = TRUE, other = FALSE
+ // 'bool' - cast to bool before return. Yes, true, 1 = TRUE, other = FALSE
78
// 'json' - decode JSON data before return.
79
// 'flag' - will return TRUE, if key is exists in command line argument list.
80
// <array> - use array for enums. Example use ['a', 'b', 'c'] to get only one of these.
0 commit comments