Paulo Vitor Ferreira Gonçalves Pivotto

Results 2 issues of Paulo Vitor Ferreira Gonçalves Pivotto

### Description: Solves the issue with boolean encoding and decoding not following the same rules, [link](https://github.com/matomo-org/component-ini/issues/25).

IniWriter's encode method encodes boolean values as either 1 or 0, but IniReader's decode reads 1 and 0 as integer values. When reading and writing the same .ini file array...