mambax7/extgallery

View on GitHub
public-sendecard.php

Summary

Maintainability
A
0 mins
Test Coverage

The CASE body must start on the line following the statement
Open

    case 'send':
Severity: Minor
Found in public-sendecard.php by phpcodesniffer

The DEFAULT body must start on the line following the statement
Open

    default:
Severity: Minor
Found in public-sendecard.php by phpcodesniffer

The CASE body must start on the line following the statement
Open

    case 'default':
Severity: Minor
Found in public-sendecard.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

        $form->addElement(new \XoopsFormText(_MD_EXTGALLERY_FROM_EMAIL, 'ecard_fromemail', '70', '255', $fromEmail), false);
Severity: Minor
Found in public-sendecard.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

        $form->addElement(new \XoopsFormText(_MD_EXTGALLERY_FROM_NAME, 'ecard_fromname', '70', '255', $fromName), false);
Severity: Minor
Found in public-sendecard.php by phpcodesniffer

There are no issues that match your filters.

Category
Status