mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 10:08:27 +01:00
* Fix: PhanParamSignatureMismatch # Fix: PhanParamSignatureMismatch PhanDoc was updated to require specific types which changes the method signature versus the parent. This results in a signature mismatch. Updated to maintain the method signature but dynamically check that the object type is correct. * Update pre-commit for php-cs