mambax7/publisher

View on GitHub
include/common.php

Summary

Maintainability
A
0 mins
Test Coverage

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 57 and the first side effect is on line 30.
Open

<?php declare(strict_types=1);
Severity: Minor
Found in include/common.php by phpcodesniffer

There must be one USE keyword per declaration
Open

use XoopsModules\Publisher\{
Severity: Minor
Found in include/common.php by phpcodesniffer

There are no issues that match your filters.

Category
Status