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