chamilo/chamilo-lms

View on GitHub
public/main/inc/ajax/install.ajax.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "financial_decision" is not in valid camel caps format
Open

            $financial_decision = $_POST['financial_decision'];

Variable "person_role" is not in valid camel caps format
Open

                    'person_role' => $person_role,

Variable "person_email" is not in valid camel caps format
Open

            $person_email = $_POST['person_email'];

Variable "contact_language" is not in valid camel caps format
Open

                    'contact_language' => $contact_language,

Variable "person_name" is not in valid camel caps format
Open

            $person_name = $_POST['person_name'];

Variable "company_country" is not in valid camel caps format
Open

            $company_country = $_POST['company_country'];

Variable "company_activity" is not in valid camel caps format
Open

            $a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];

Variable "person_name" is not in valid camel caps format
Open

                    'person_name' => $person_name,

Variable "financial_decision" is not in valid camel caps format
Open

                    'financial_decision' => $financial_decision,

Variable "company_city" is not in valid camel caps format
Open

                    'company_city' => $company_city,

Variable "required_field_error" is not in valid camel caps format
Open

            if ($required_field_error) {

Variable "company_activity" is not in valid camel caps format
Open

            $company_activity = $_POST['company_activity'];

Variable "company_country" is not in valid camel caps format
Open

            $a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];

Variable "required_field_error" is not in valid camel caps format
Open

                    $required_field_error = true;

Variable "company_activity" is not in valid camel caps format
Open

                    'company_activity' => $company_activity,

Variable "person_role" is not in valid camel caps format
Open

            $person_role = $_POST['person_role'];

Variable "company_city" is not in valid camel caps format
Open

            $company_city = $_POST['company_city'];

Variable "required_field_error" is not in valid camel caps format
Open

            $required_field_error = false;

Variable "a_required_fields" is not in valid camel caps format
Open

            foreach ($a_required_fields as $required_file) {

Variable "required_file" is not in valid camel caps format
Open

                if ('' === trim($required_file)) {

Variable "company_name" is not in valid camel caps format
Open

            $a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];

Variable "person_role" is not in valid camel caps format
Open

            $a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];

Variable "person_email" is not in valid camel caps format
Open

                    'person_email' => $person_email,

Variable "company_country" is not in valid camel caps format
Open

                    'company_country' => $company_country,

Variable "person_name" is not in valid camel caps format
Open

            $a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];

Variable "required_file" is not in valid camel caps format
Open

            foreach ($a_required_fields as $required_file) {

Variable "company_name" is not in valid camel caps format
Open

                    'company_name' => $company_name,

Variable "contact_language" is not in valid camel caps format
Open

            $contact_language = $_POST['language'];

Variable "company_name" is not in valid camel caps format
Open

            $company_name = $_POST['company_name'];

Variable "a_required_fields" is not in valid camel caps format
Open

            $a_required_fields = [$person_name, $person_role, $company_name, $company_activity, $company_country];

There are no issues that match your filters.

Category
Status