Rust-style Option and Result Classes for PHP

chore(README.md): update todo list

Ciaran fa4c1cbf af9b142a

+1 -1
+1 -1
README.md
··· 100 100 - [x] `unwrapErr()` 101 101 - [x] `unwrapOr(mixed $default)` 102 102 - Refactor 103 + - Consider move to Interface+Enum for easier instantiation 103 104 - Use clear if statements everywhere match doesn't make sense 104 105 - Review compared to rust types 105 106 - Input / Output types 106 107 - Type Docs 107 - - Re-generate docs 108 108 109 109 ## Contributing 110 110