Fix qodana
This commit is contained in:
parent
e523c04ce7
commit
169dcba959
@ -1203,7 +1203,7 @@ if ($resql) {
|
||||
|
||||
$topicmail = "SendOrderRef";
|
||||
$modelmail = "order_supplier_send";
|
||||
$objecttmp = new CommandeFournisseur($db);
|
||||
$objecttmp = new CommandeFournisseur($db); // in case $object is not the good object
|
||||
$trackid = 'sord'.$object->id;
|
||||
include DOL_DOCUMENT_ROOT.'/core/tpl/massactions_pre.tpl.php';
|
||||
|
||||
|
||||
@ -68,7 +68,10 @@ exclude:
|
||||
- name: PhpPropertyOnlyWrittenInspection
|
||||
- name: PhpCoveredCharacterInClassInspection
|
||||
- name: PhpSameParameterValueInspection
|
||||
- name: PhpSillyAssignmentInspection
|
||||
- name: PhpConditionCheckedByNextConditionInspection
|
||||
- name: RegExpSingleCharAlternation
|
||||
- name: RegExpSingleCharAlternation
|
||||
- name: PhpSuspiciousNameCombinationInspection
|
||||
- name: PhpWriteAccessToReferencedArrayValueWithoutUnsetInspection
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user