public/plugin/xapi/tool_import.php
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
if (!empty($lp->lp_id)) {
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
$formAction = api_get_self()."?$cidReq&".($lp ? http_build_query(['lp_id' => $lp->lp_id]) : '');
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
.http_build_query(['action' => 'add_item', 'type' => 'step', 'lp' => $lp->lp_id, 'lp_build_selected' => 8]);
- Exclude checks