pzs / nav-online-invoice

PHP interface for Online Invoice Data Reporting System of Hungarian Tax Office (NAV)
MIT License
144 stars 52 forks source link

Avoid PHP 8.1 deprecation warning in BaseRequestXml.php:57 #57

Closed hNczy closed 2 years ago

hNczy commented 2 years ago

I noticed the following message when I run a technical annulment:

Deprecated: Implicit conversion from float 1643214619.570649 to int loses precision in /var/www/html/vendor/pzs/nav-online-invoice/src/NavOnlineInvoice/BaseRequestXml.php on line 57

More details about the deprication: https://php.watch/versions/8.1/deprecate-implicit-conversion-incompatible-float-string

So will suggest here an explicit int casting.

pzs commented 2 years ago

Thanks for the detailed information and the fix!