Skip to content

Updating the project to PHP 7.1

Compare
Choose a tag to compare
@jurchiks jurchiks released this 23 Nov 20:03
· 13 commits to master since this release
c25ccf6

Adding parameter and return value type hints.

Dropping extra case manipulations with language/currency parameters; if you pass in, e.g. Lv instead of lv or eur instead of EUR, you will now get an exception. Previously the code trimmed and upper-cased these parameters.