DavidePastore / codice-fiscale

A PHP library to calculate and check the italian tax code (codice fiscale).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use method return value in write context

augustofagioli opened this issue · comments

PHP 8.1.13 gives error below:

PHP Fatal error: Can't use method return value in write context in .../davidepastore/codice-fiscale/src/CodiceFiscale/Validator.php on line 292,

$this->codiceFiscaleWithoutOmocodia($characterIndex) = $newChar;

Hi @augustofagioli. Which version of the codice-fiscale library are you using?

your question makes sense. We were on 0.5.0
Latest 0.9.0 works superfine!
Thanks
Closing