fix: update function parameters and exception handling
- Removed redundant entries from phpstan-baseline.neon where exceptions were indicated as not being thrown
- Corrected the function parameters in
src/QUI/Auth/Facebook/Auth.php
to handlenull
inputs forgetTitle
andgetDescription
methods - Adjusted the
activate
method call insrc/QUI/Auth/Facebook/Facebook.php
to pass an empty string where false was previously given due to function signature mismatch - Updated exception handling across multiple files by specifying the fully qualified namespace of
QUI\\Exception
- Modified function parameters in
src/QUI/Registration/Facebook/Registrar.php
forgetTitle
andgetDescription
to handlenull
inputs
Related: #10 (closed)