mambax7/songlist

View on GitHub
language/english/directorychecker.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 17 and the first side effect is on line 14.
Open

<?php

Line exceeds 120 characters; contains 146 characters
Open

define('CO_' . $moduleDirNameUpper . '_' . 'DC_NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");

There are no issues that match your filters.

Category
Status