pradosoft / prado

Prado - Component Framework for PHP
Other
186 stars 70 forks source link

#872 Corrections for PHP 8.2: erroneous missing properties in unit tests, type conversion, flagging Password parameters as sensitive #896

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

Due to the upgrade of PRADO to PHP 8.1 and 8.2, today became upgrade day from PHP 8.0. so then move to 8.1 or 8.2? how about 8.2...

PHP-CS-Fixer is saying it doesn't support PHP 8.2. This just may be my install being out of date and needing a composer update command. And there were a few errors that needed fixing:

With these edits, PRADO in PHP 8.2 is passing all the checks.