You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing some cf validation, I stumbled upon these warnings:
Warning: Uninitialized string offset 13 in /myproject/vendor/davidepastore/codice-fiscale/src/AbstractCalculator.php on line 155
Warning: Undefined array key "" in /myproject/vendor/davidepastore/codice-fiscale/src/AbstractCalculator.php on line 156
Warning: Uninitialized string offset 14 in /myproject/vendor/davidepastore/codice-fiscale/src/AbstractCalculator.php on line 155
Warning: Undefined array key "" in /myproject/vendor/davidepastore/codice-fiscale/src/AbstractCalculator.php on line 156
This is similar to issue #36 but IMHO is more serious, because in this case it doesn't depend on any mistaken arguments.
I can propose a PR, which is by the way as simple as:
While testing some cf validation, I stumbled upon these warnings:
This is similar to issue #36 but IMHO is more serious, because in this case it doesn't depend on any mistaken arguments.
I can propose a PR, which is by the way as simple as:
The text was updated successfully, but these errors were encountered: