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:
@@ -10008,6 +10008,7 @@ function dol_eval($s, $returnvalue = 1, $hideerrors = 1, $onlysimplestring = '1'
|
||||
} else {
|
||||
eval($s);
|
||||
}
|
||||
return '';
|
||||
}
|
||||
} catch (Error $e) {
|
||||
if ($isObBufferActive) {
|
||||
|
||||
Reference in New Issue
Block a user