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