XoopsModules25x/xoopstube

View on GitHub
singlevideo.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one USE keyword per declaration
Open

use XoopsModules\Xoopstube\{
Severity: Minor
Found in singlevideo.php by phpcodesniffer

Line exceeds 120 characters; contains 163 characters
Open

    $xoopsTpl->assign('lang_copyright', '' . $video['publisher'] . ' © ' . _MD_XOOPSTUBE_COPYRIGHT . ' ' . formatTimestamp(time(), 'Y') . ' - ' . XOOPS_URL);
Severity: Minor
Found in singlevideo.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

$video['showvideo'] = xtubeShowVideo($videoArray['vidid'], $videoArray['vidsource'], $videoArray['screenshot'], $videoArray['picurl']);
Severity: Minor
Found in singlevideo.php by phpcodesniffer

Line exceeds 120 characters; contains 136 characters
Open

        $videouid['published'] = Utility::getTimestamp(formatTimestamp($arr['published'], $GLOBALS['xoopsModuleConfig']['dateformat']));
Severity: Minor
Found in singlevideo.php by phpcodesniffer

There are no issues that match your filters.

Category
Status