driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

PHP 8.1 warning #145

Closed drakakisgeo closed 2 years ago

drakakisgeo commented 2 years ago

Hi there, In case you don't know about this warning:

laravel.WARNING: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/vendor/mpociot/vat-calculator/src/VatCalculator.php on line 632

driesvints commented 2 years ago

Please provide code to reproduce this.

drakakisgeo commented 2 years ago

Hi there, didn't say anything more because it was a fresh install on everything.

This is a php warning of php8.1 so you should see that immediately in the Laravel.log.

driesvints commented 2 years ago

I'll need some code to be able to reproduce this. Please share something that triggers this.

driesvints commented 2 years ago

If you can share something I'll re-open this.