benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.35k stars 1.14k forks source link

"Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\IonAuth\Models\boolean" or import the class with "use" to suppress this warning in ...vendor\benedmunds\codeigniter-ion-auth\Models\IonAuthModel.php on line 2538 #1505

Closed moutlou closed 3 years ago

moutlou commented 3 years ago

after importing ion Auth 4 to CI 4 with (PHP 8) I get above the error

DrAliRagab commented 3 years ago

I think you just need to change boolean to bool

benedmunds commented 3 years ago

Fixed, thanks