mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +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