2
0
forked from Wavyzz/dolibarr

Merge pull request #28885 from mdeweerd/fix/phan/low_occurrence

Fix some phan notifications with low occurrence
This commit is contained in:
Laurent Destailleur
2024-03-16 11:48:10 +01:00
committed by GitHub
11 changed files with 34 additions and 26 deletions

View File

@@ -10008,6 +10008,7 @@ function dol_eval($s, $returnvalue = 1, $hideerrors = 1, $onlysimplestring = '1'
} else {
eval($s);
}
return '';
}
} catch (Error $e) {
if ($isObBufferActive) {