mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
* Qual: Nullable mysoc hint # Qual: Nullable mysoc hint $mysoc can be nullable resulting in issues (#31387) so it is best to detect these cases with static analysis * Prevent null assignment