Unleash/unleash-client-php

Chore: Trigger uncovered code

RikudouSage opened this issue · 1 comments

Currently simple DTOs etc. have code coverage ignored because there's nothing to test really.

The ignore statements should be removed where possible and the code should at least be triggered (without any testing) to confirm that there's no error preventing it from working (which could happen during transpilation for older versions of php).

sounds reasonable.