Alannah Kearney

Results 2 comments of Alannah Kearney

I hit this problem also and having to use the workaround is ridiculous. The expected behaviour of `fgetcsv()` is to return false when there is no data. `Safe\fgetcsv()` should respect...

Looks like BinaryCalculator already has an assertion: https://github.com/jordanbrauer/unit-converter/blob/a8732503f8e0c6038c805e1449dc498162bfc9a2/src/Calculator/BinaryCalculator.php#L40-L53 So, it seems it just a matter of changing composer.json. `ext-intl` and `ext-bcmath` could be put into the `suggest` block of composer.json....