XoopsModules25x/xfguestbook

View on GitHub
xfcreate.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 197 characters
Open

                $msgpost['country'] = '<img src="' . XOOPS_URL . '/modules/xfguestbook/assets/images/flags/' . $helper->getConfig('flagdir') . '/' . $country . '.gif" alt="' . $country_name . '">';
Severity: Minor
Found in xfcreate.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

                $xoopsMailer->setBody(MD_XFGUESTBOOK_NEWMESSAGE . ' ' . XOOPS_URL . '/modules/' . $xoopsModule->dirname() . '/');
Severity: Minor
Found in xfcreate.php by phpcodesniffer

Line exceeds 120 characters; contains 168 characters
Open

            $flag         = XOOPS_ROOT_PATH . '/modules/' . $xoopsModule->dirname() . '/assets/images/flags/' . $helper->getConfig('flagdir') . '/' . $country . '.gif';
Severity: Minor
Found in xfcreate.php by phpcodesniffer

There are no issues that match your filters.

Category
Status