Commit d4b8f49
committed
Stop checking for string option type
There's no need to explicitly check for a string type when parsing the
configuration file. When it's neither an integer or a boolean, the only
value it can logically be is string-like.
Closes gh-5611 parent 0babee5 commit d4b8f49
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2149 | 2149 | | |
2150 | 2150 | | |
2151 | 2151 | | |
2152 | | - | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
2153 | 2155 | | |
2154 | 2156 | | |
2155 | 2157 | | |
2156 | | - | |
2157 | | - | |
2158 | | - | |
2159 | 2158 | | |
2160 | 2159 | | |
2161 | 2160 | | |
| |||
0 commit comments