forked from Wavyzz/dolibarr
* 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