JordanRL / Fermat

A library providing math and statistics operations for numbers of arbitrary size.
GNU General Public License v2.0
65 stars 6 forks source link

Update method signatures and class definitions to use full 8.0 typing #96

Closed JordanRL closed 2 years ago

JordanRL commented 3 years ago

Now that the minimum version of PHP for the project has been set at 8.0, it makes sense to update all of the interfaces, classes, and methods to utilize the proper union types.

The same process would need to be done for each of the modules individually (which would also increment their minor version since public signatures change).